mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
s/sync_certs/sync_tokens
This commit is contained in:
@@ -54,5 +54,5 @@
|
||||
content: "{{ item.content|b64decode }}"
|
||||
dest: "{{ item.source }}"
|
||||
with_items: '{{slurp_tokens.results}}'
|
||||
when: inventory_hostname in groups['kube-master'] and sync_certs|default(false) and
|
||||
when: inventory_hostname in groups['kube-master'] and sync_tokens|default(false) and
|
||||
inventory_hostname != groups['kube-master'][0]
|
||||
|
||||
Reference in New Issue
Block a user