ansible-ffrgb/roles/fastd-exporter/handlers/main.yml

8 lines
142 B
YAML
Raw Normal View History

2018-07-26 11:08:03 +02:00
---
- name: Reload systemd
command: systemctl daemon-reload
- name: Restart fastd-exporter
service: name=fastd-exporter state=restarted