Update minimum Ansible version (#220)
This commit is contained in:
parent
ff010179bc
commit
60afd2089d
@ -22,7 +22,7 @@ env:
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
install:
|
install:
|
||||||
- pip install ansible==2.9.2
|
- pip install ansible==2.9.4
|
||||||
- pip install molecule[docker]==2.22
|
- pip install molecule[docker]==2.22
|
||||||
script:
|
script:
|
||||||
- travis_wait 50 molecule test -s $scenario
|
- travis_wait 50 molecule test -s $scenario
|
||||||
|
@ -7,7 +7,7 @@ galaxy_info:
|
|||||||
|
|
||||||
license: Apache License, Version 2.0
|
license: Apache License, Version 2.0
|
||||||
|
|
||||||
min_ansible_version: 2.7
|
min_ansible_version: 2.9
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: Alpine
|
- name: Alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user