Skip to content

Commit

Permalink
fix bare variables v2
Browse files Browse the repository at this point in the history
  • Loading branch information
VilleS1 committed Jun 4, 2019
1 parent 14e0612 commit 1faa5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
name: "{{ ib_unconfigured_packages | default({}) }}"
state: present
when:
- infiniband_available
- infiniband_available|bool
- ib_unconfigured_packages is defined
- ib_unconfigured_packages | length > 0

Expand Down

0 comments on commit 1faa5a5

Please sign in to comment.