diff --git a/roles/cyberchef/tasks/main.yml b/roles/cyberchef/tasks/main.yml index 88a44b2..937f880 100644 --- a/roles/cyberchef/tasks/main.yml +++ b/roles/cyberchef/tasks/main.yml @@ -25,7 +25,7 @@ lineinfile: path: "{{ cyberchef_root_dir }}Gruntfile.js" regexp: "fixCryptoApiImports" - line: "fixCryptoApiImports: { options: { shell: "/bin/bash" }," + line: "fixCryptoApiImports: { options: { shell: \"/bin/bash\" }," - name: Set permissions on repo become: yes