Skip to content

Commit 6c8d02b

Browse files
authored
Merge pull request #63 from thomasleveil/fix-ansible
Fix `ImportError: No module named runner` if Ansible 2.x is used
2 parents 949b184 + 2f861b6 commit 6c8d02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible
1+
ansible<2.0
22
behave>=1.2.5
33
markupsafe
44
six>=1.9.0

0 commit comments

Comments
 (0)