mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 13:23:30 +01:00
Change delay to 5 seconds for secondary masters startup task to complete
This commit is contained in:
parent
175b90ecb0
commit
ab48e3a173
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
register: ensure_secondary_masters_started
|
||||
until: ensure_secondary_masters_started is succeeded
|
||||
retries: "{{ play_hosts | length }}"
|
||||
delay: 2
|
||||
delay: 5
|
||||
when: k3s_control_node and not k3s_primary_control_node
|
||||
become: "{{ k3s_become_for_systemd | ternary(true, false, k3s_become_for_all) }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue