fix(nfc_kubernetes): set default for var so when clause doesn't fail task with undefined var
!67
This commit is contained in:
@ -579,7 +579,7 @@
|
||||
'operator_calico' in ansible_run_tags
|
||||
)
|
||||
or
|
||||
not file_calico_yaml_metadata.stat.exists
|
||||
not file_calico_yaml_metadata.stat.exists | default(false)
|
||||
)
|
||||
and
|
||||
'calico_manifest' not in ansible_run_tags
|
||||
|
Reference in New Issue
Block a user