fix(nfc_kubernetes): set default for var so when clause doesn't fail task with undefined var

!67
This commit is contained in:
2024-05-04 04:43:24 +09:30
parent c2c0a9fe7d
commit bcc870a87c

View File

@ -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