fix(cluster_encryption): use correct variable path to check if required
!9 nofusscomputing/infrastructure/configuration-management/project-production!4
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user