mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-05 10:41:12 -03:30
Fix missing run_once (#3733)
This commit is contained in:
committed by
k8s-ci-robot
parent
3c6ee19785
commit
6e01c1e377
@@ -61,6 +61,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}"
|
{% endfor %}"
|
||||||
delegate_to: "{{ groups['kube-master']|first }}"
|
delegate_to: "{{ groups['kube-master']|first }}"
|
||||||
|
run_once: true
|
||||||
when: gen_certs|default(false)
|
when: gen_certs|default(false)
|
||||||
notify: set secret_changed
|
notify: set secret_changed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user