mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 05:13:29 +01:00
Cherry-picked PR from v1
This commit is contained in:
parent
8c791cb611
commit
f9461f1951
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