From 00f9f5d5d1a2b371e34822b7f6b057924653b712 Mon Sep 17 00:00:00 2001 From: Dieter Verhelst Date: Tue, 12 Mar 2019 10:36:10 +0100 Subject: [PATCH] Dont specify ansible version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bc27898..3de7be4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: - sudo apt-get -qq update install: - pip install molecule - - pip install ansible==2.7 + - pip install ansible - pip install docker script: - molecule test --scenario-name commands