Skip to content

Commit

Permalink
Correct minimum Ansible version
Browse files Browse the repository at this point in the history
Using `loop`, which was introduced in 2.5.
  • Loading branch information
gadamiak committed Feb 11, 2019
1 parent 4214b91 commit a2f06d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ galaxy_info:

license: GPLv3

min_ansible_version: 2.4
min_ansible_version: 2.5

platforms:
- name: EL
Expand Down

0 comments on commit a2f06d0

Please sign in to comment.