Merge pull request #63 from networkpanic/feature/rpi-cluster

adding retries to restart k3s handler
This commit is contained in:
Xan Manning 2020-11-11 20:50:53 +00:00 committed by GitHub
commit 66ee539862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,8 @@
state: restarted state: restarted
scope: "{{ k3s_systemd_context }}" scope: "{{ k3s_systemd_context }}"
enabled: true enabled: true
retries: 3
delay: 3
become: "{{ k3s_become_for_systemd | ternary(true, false, k3s_become_for_all) }}" become: "{{ k3s_become_for_systemd | ternary(true, false, k3s_become_for_all) }}"
- name: restart docker - name: restart docker