Skip to content

Commit 60afd20

Browse files
authored
Update minimum Ansible version (#220)
1 parent ff01017 commit 60afd20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
before_install:
2323
- sudo apt-get -qq update
2424
install:
25-
- pip install ansible==2.9.2
25+
- pip install ansible==2.9.4
2626
- pip install molecule[docker]==2.22
2727
script:
2828
- travis_wait 50 molecule test -s $scenario

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ galaxy_info:
77

88
license: Apache License, Version 2.0
99

10-
min_ansible_version: 2.7
10+
min_ansible_version: 2.9
1111

1212
platforms:
1313
- name: Alpine

0 commit comments

Comments
 (0)