Dont specify ansible version

This commit is contained in:
Dieter Verhelst 2019-03-12 10:36:10 +01:00
parent 97faa7429c
commit 00f9f5d5d1
1 changed files with 1 additions and 1 deletions

View File

@ -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