1
0
IaC/ansible/roles/nut_client/handlers/main.yaml

6 lines
146 B
YAML
Raw Normal View History

2024-01-11 00:15:16 -05:00
- name: Restart nut-monitor
when: not nut_monitor_started.changed
ansible.builtin.service:
name: nut-monitor.service
state: restarted