6 lines
146 B
YAML
6 lines
146 B
YAML
|
- name: Restart nut-monitor
|
||
|
when: not nut_monitor_started.changed
|
||
|
ansible.builtin.service:
|
||
|
name: nut-monitor.service
|
||
|
state: restarted
|