Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 74b1dfe

Browse files
author
Aleksandar Straumann
committed
Explicit python2 ansible
1 parent a003ba1 commit 74b1dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robot_api/ansible_plays/eyewitness_play.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
become: true
4141
command:
4242
chdir=/tmp/EyeWitness
43-
python EyeWitness.py -f hosts_targets.txt -d /tmp/EyeWitness/reportout --no-prompt --web --threads 40 --max-retries 1
43+
python2 EyeWitness.py -f hosts_targets.txt -d /tmp/EyeWitness/reportout --no-prompt --web --threads 40 --max-retries 1
4444
async: 100000
4545
poll: 60
4646

0 commit comments

Comments
 (0)