infrastructure/ansible/roles/forrest/handlers/main.yml
Jake Howard 149d01165f
Restore dockerized grafana setup
It's stil on a separate machine, but in docker to allow more applications to be run easier and tied together.
2021-02-09 09:16:52 +00:00

5 lines
96 B
YAML

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