fixed testinfra error which was related to the incompatibility between ansible and molecule packages' versions

This commit is contained in:
rshad 2019-07-05 14:36:37 +00:00
parent 76372da8d9
commit 148e94459e
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ wazuh-elastic.yml
wazuh-kibana.yml
wazuh-manager.yml
*.pyc
Pipfile.lock

View File

@ -4,9 +4,9 @@ verify_ssl = true
name = "pypi"
[packages]
molecule = "*"
docker-py = "*"
ansible = "*"
ansible = "==2.7.11"
molecule = "*"
[dev-packages]