We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff01017 commit 60afd20Copy full SHA for 60afd20
.travis.yml
@@ -22,7 +22,7 @@ env:
22
before_install:
23
- sudo apt-get -qq update
24
install:
25
- - pip install ansible==2.9.2
+ - pip install ansible==2.9.4
26
- pip install molecule[docker]==2.22
27
script:
28
- travis_wait 50 molecule test -s $scenario
meta/main.yml
@@ -7,7 +7,7 @@ galaxy_info:
7
8
license: Apache License, Version 2.0
9
10
- min_ansible_version: 2.7
+ min_ansible_version: 2.9
11
12
platforms:
13
- name: Alpine
0 commit comments