Merge branch 'fix_tests' into 3.9.2_7.1.1_tests

This commit is contained in:
rshad 2019-07-05 14:38:05 +00:00
commit ea33af2daf
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-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]