servers/roles/influxdb/handlers/main.yml
2024-09-27 16:14:10 +02:00

12 lines
235 B
YAML

- name: restart influxdb
service:
name: influxdb
state: restarted
when: "'handler' not in ansible_skip_tags"
- name: reload nginx
service:
name: nginx
state: reloaded
when: "'handler' not in ansible_skip_tags"