ansible-role-influxdb/handlers/main.yml

7 lines
97 B
YAML

---
- name: restart influxdb
service:
name: influxd
state: restarted
enabled: true