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

3
.gitignore vendored
View File

@ -5,4 +5,5 @@ wazuh-elastic_stack-single.yml
wazuh-elastic.yml wazuh-elastic.yml
wazuh-kibana.yml wazuh-kibana.yml
wazuh-manager.yml wazuh-manager.yml
*.pyc *.pyc
Pipfile.lock

View File

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