Ansible_workstation/roles/nut/handlers/main.yml

12 lines
191 B
YAML
Raw Permalink Normal View History

2022-06-03 03:39:23 +00:00
---
# handlers file for nut
- name: restart nut-server
service:
name: nut-server
state: restarted
- name: restart nut-monitor
service:
name: nut-monitor
state: restarted