nut and acme working
This commit is contained in:
5
ansible/roles/nut_client/handlers/main.yaml
Normal file
5
ansible/roles/nut_client/handlers/main.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
- name: Restart nut-monitor
|
||||
when: not nut_monitor_started.changed
|
||||
ansible.builtin.service:
|
||||
name: nut-monitor.service
|
||||
state: restarted
|
Reference in New Issue
Block a user