infra/roles/hypervisor/handlers/main.yaml

8 lines
160 B
YAML
Raw Normal View History

2024-08-05 07:05:54 +00:00
- name: systemctl daemon-reload
command: systemctl daemon-reload
- name: restart apcupsd_exporter
service:
name: apcupsd_exporter
state: restarted