Skip to content

Commit

Permalink
Merge pull request #8 from CSCfi/ansible24
Browse files Browse the repository at this point in the history
ansible 2.4 fixes
  • Loading branch information
tiggi authored Nov 1, 2017
2 parents fc0f5c9 + 74f937d commit 4c5670d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ galaxy_info:
# - Apache
# - CC-BY
license: MIT
min_ansible_version: 2.1
min_ansible_version: 2.4
#
# Below are all platforms currently available. Just uncomment
# the ones that apply to your role. If you don't see your
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# tasks file for ansible-role-yum

- include: redhat.yml
- include_tasks: redhat.yml
when: ansible_os_family == "RedHat"

0 comments on commit 4c5670d

Please sign in to comment.