aboutsummaryrefslogtreecommitdiff
path: root/roles/influxdb/handlers/main.yml
blob: 45970c0b0541bae2f9f5d8abcee2101e32ceab21 (plain)
1
2
3
4
5
6
7
---
- name: Restart influxdb
  systemd:
    name: influxdb
    state: restarted
    enabled: yes
  become: yes