From ff010179bc4c2f6538be2675e05d5cef7641f861 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Sat, 18 Jan 2020 15:50:54 +0100 Subject: [PATCH] Add Ansible and Molecule versions to Travis (#217) Always pulling the latest version may lead to some issues. Versions should only be updated after successfully testing the latest release. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e699d13..422facc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,8 @@ env: before_install: - sudo apt-get -qq update install: - - pip install molecule[docker] + - pip install ansible==2.9.2 + - pip install molecule[docker]==2.22 script: - travis_wait 50 molecule test -s $scenario notifications: