Skip to content

Commit

Permalink
Merge pull request #13 from CSCfi/ansible24
Browse files Browse the repository at this point in the history
Ansible 2.4 cleanup
  • Loading branch information
tiggi authored Nov 4, 2017
2 parents debc253 + 2bc6b88 commit 8459d07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2
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
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# tasks file for ansible-role-nhc
#
- include: install.yml
- include_tasks: install.yml
when: ansible_os_family == "RedHat"
- include: configure.yml
- import_tasks: configure.yml

0 comments on commit 8459d07

Please sign in to comment.