1
0
IaC/ansible/roles/nut_client/handlers/main.yaml
2024-01-11 18:15:16 +13:00

6 lines
146 B
YAML

- name: Restart nut-monitor
when: not nut_monitor_started.changed
ansible.builtin.service:
name: nut-monitor.service
state: restarted