Skip to content

Commit

Permalink
Merge pull request #6 from CSCfi/ansible24
Browse files Browse the repository at this point in the history
ansible 2.4 fixes
  • Loading branch information
tiggi authored Oct 29, 2017
2 parents 31c4b01 + a2d18db commit 431cbc6
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.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
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
include_vars:
file: "{{ rdma_type }}.yml"

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

0 comments on commit 431cbc6

Please sign in to comment.