File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments