Update minimum Ansible version (#220)

This commit is contained in:
Alessandro Fael Garcia 2020-01-29 17:08:33 +01:00 committed by GitHub
parent ff010179bc
commit 60afd2089d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ env:
before_install:
- sudo apt-get -qq update
install:
- pip install ansible==2.9.2
- pip install ansible==2.9.4
- pip install molecule[docker]==2.22
script:
- travis_wait 50 molecule test -s $scenario

View File

@ -7,7 +7,7 @@ galaxy_info:
license: Apache License, Version 2.0
min_ansible_version: 2.7
min_ansible_version: 2.9
platforms:
- name: Alpine