mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-12-13 06:20:18 +01:00
Merge pull request #63 from networkpanic/feature/rpi-cluster
adding retries to restart k3s handler
This commit is contained in:
commit
66ee539862
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
state: restarted
|
||||
scope: "{{ k3s_systemd_context }}"
|
||||
enabled: true
|
||||
retries: 3
|
||||
delay: 3
|
||||
become: "{{ k3s_become_for_systemd | ternary(true, false, k3s_become_for_all) }}"
|
||||
|
||||
- name: restart docker
|
||||
|
|
Loading…
Reference in a new issue