From 148e94459ea28b9fcd42106fa15496c92a4a2d34 Mon Sep 17 00:00:00 2001 From: rshad Date: Fri, 5 Jul 2019 14:36:37 +0000 Subject: [PATCH] fixed testinfra error which was related to the incompatibility between ansible and molecule packages' versions --- .gitignore | 3 ++- Pipfile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 04c7b54b..5b26bcf3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ wazuh-elastic_stack-single.yml wazuh-elastic.yml wazuh-kibana.yml wazuh-manager.yml -*.pyc \ No newline at end of file +*.pyc +Pipfile.lock diff --git a/Pipfile b/Pipfile index 2d1d13e0..4658d513 100644 --- a/Pipfile +++ b/Pipfile @@ -4,9 +4,9 @@ verify_ssl = true name = "pypi" [packages] -molecule = "*" docker-py = "*" -ansible = "*" +ansible = "==2.7.11" +molecule = "*" [dev-packages]