ansible-role-influxdb/handlers/main.yml

5 lines
96 B
YAML

---
- name: restart influxdb
ansible.builtin.service:
name: influxdb
state: restarted