fix(cluster_encryption): use correct variable path to check if required

!9 nofusscomputing/infrastructure/configuration-management/project-production!4
This commit is contained in:
2023-11-17 23:08:19 +09:30
parent ed1a1acf7e
commit f0cf4cd00c

View File

@ -282,7 +282,7 @@
when: >
kubernetes_config.cluster.prime.name == inventory_hostname
and
kubernetes.networking.encrypt | default(false) | bool
kubernetes_config.cluster.networking.encrypt | default(false) | bool
- name: Fetch Join Token