From a2a4d130d26e590858bd3c747a96d8a59914bbfa Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Mon, 15 Apr 2019 19:58:35 +0000 Subject: [PATCH] Use command module for t-pot installation --- cloud/ansible/roles/install/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/ansible/roles/install/tasks/main.yaml b/cloud/ansible/roles/install/tasks/main.yaml index ffd777dc..16fda0b8 100644 --- a/cloud/ansible/roles/install/tasks/main.yaml +++ b/cloud/ansible/roles/install/tasks/main.yaml @@ -33,7 +33,7 @@ mode: 0644 - name: Install t-pot on ECS - be patient, this might take 15 to 30 minutes depending on the connection speed. No further output is given. - raw: /root/tpot/iso/installer/install.sh --type=auto --conf=/root/tpot.conf + command: /root/tpot/iso/installer/install.sh --type=auto --conf=/root/tpot.conf - name: Delete t-pot configuration file file: