Fix missing run_once (#3733)
This commit is contained in:
parent
3c6ee19785
commit
6e01c1e377
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue