fix: always install and configure regardless of tags

!17
This commit is contained in:
2024-01-31 06:08:17 +09:30
parent 26c0ab1236
commit 9cdc89b1ec

View File

@ -12,10 +12,7 @@
and
not kubernetes_installed | default(false) | bool
tags:
- never
- install
- operator_calico
- operator_migrate_calico
- always
- name: K3s Configure
@ -29,6 +26,4 @@
and
kubernetes_installed | default(false) | bool
tags:
- never
- install
- operator_migrate_calico
- always