adding retries to restart k3s handler

This commit is contained in:
Martin Friedrich 2020-11-11 09:41:26 +01:00
parent 4ed0727411
commit dc571c375b

View File

@ -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