Skip to content

Commit 96e8018

Browse files
authored
Merge pull request #14 from tiggi/ansible25-fix
Change |failed to 'is failed' to get rid of deprecation warnings.
2 parents 2ff465d + df37141 commit 96e8018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- name: install NHC from github
2323
package: pkg={{ nhc_rpm_url }}
24-
when: nhc_github and reg_nhc_github_installed|failed
24+
when: nhc_github and reg_nhc_github_installed is failed
2525

2626
- name: install NHC from a yum repo
2727
package: pkg=lbnl-nhc

0 commit comments

Comments
 (0)