From 10865a66030df2e4be1aed495b3656546c932587 Mon Sep 17 00:00:00 2001 From: "Philip (a-0)" <@ph:a-0.me> Date: Fri, 29 Jul 2022 00:46:42 +0200 Subject: [PATCH] fixed typo --- roles/cyberchef/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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