fixed typo

This commit is contained in:
Philip (a-0) 2022-07-29 00:46:42 +02:00
parent 5c151c277d
commit 10865a6603

View file

@ -25,7 +25,7 @@
lineinfile: lineinfile:
path: "{{ cyberchef_root_dir }}Gruntfile.js" path: "{{ cyberchef_root_dir }}Gruntfile.js"
regexp: "fixCryptoApiImports" regexp: "fixCryptoApiImports"
line: "fixCryptoApiImports: { options: { shell: "/bin/bash" }," line: "fixCryptoApiImports: { options: { shell: \"/bin/bash\" },"
- name: Set permissions on repo - name: Set permissions on repo
become: yes become: yes