ansible-role-influxdb/handlers/main.yml

7 lines
95 B
YAML

---
- name: restart influxb
service:
name: influxdb
state: restart
enabled: true