ansible-role-influxdb/handlers/main.yml

6 lines
80 B
YAML
Raw Normal View History

2019-04-12 17:14:25 +00:00
---
- name: restart influxdb
systemd:
name: influxdb
state: restarted