fix: service handler missing from ansible handler

This commit is contained in:
Xan Manning 2022-06-15 20:28:13 +01:00
parent 5f560137f4
commit 13ed1336d9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
mode: 0600
become: "{{ k3s_become }}"
notify:
- restart k3s
- "restart k3s {{ k3s_service_handler[ansible_service_mgr] }}"
when: k3s_control_token is defined
- name: Ensure k3s service unit file is present