ansible/roles/influxdb/handlers/main.yml

5 lines
96 B
YAML

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