Skip to content

Commit 27c1eb1

Browse files
Correct the minimum Ansible version
The yumrepo is a new feature available only in Ansible 2.1 and as such, the minimal version should be correced to reflect that fact.
1 parent b11646b commit 27c1eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/main.yml

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

66
license: MIT
77

8-
min_ansible_version: 1.2
8+
min_ansible_version: 2.1
99

1010
# Optionally specify the branch Galaxy will use when accessing the GitHub
1111
# repo for this role. During role install, if no tags are available,

0 commit comments

Comments
 (0)