Merge branch 'development' into 'master'

chore: release 1.10.1

See merge request nofusscomputing/projects/ansible/collections/kubernetes!67
This commit is contained in:
2024-05-03 19:26:30 +00:00

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