infrastructure/ansible/roles/forrest/handlers/main.yml

10 lines
195 B
YAML

- name: restart grafana
shell:
chdir: /opt/grafana
cmd: "{{ docker_update_command }}"
- name: restart influxdb
shell:
chdir: /opt/influxdb
cmd: "{{ docker_update_command }}"