Skip to content

Commit df37141

Browse files
committed
Change |failed to 'is failed'
1 parent 8459d07 commit df37141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- name: Install FGCI repo
1212
package: pkg=http://idris.fgi.csc.fi/fgci7/x86_64/fgci/rpms/fgci-release7-1-1.el7.noarch.rpm
13-
when: ansible_distribution_major_version == "7" and reg_nhc_fgci7_installed|failed and nhc_github == False
13+
when: ansible_distribution_major_version == "7" and reg_nhc_fgci7_installed is failed and nhc_github == False
1414

1515
- name: Check if lbnl-nhc-nhc_version is installed
1616
package: pkg=lbnl-nhc-{{ nhc_version }} state=installed
@@ -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)