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

5 lines
100 B
YAML
Raw Normal View History

2020-07-21 20:55:44 +01:00
- name: restart plausible
shell:
chdir: /opt/plausible
cmd: "{{ docker_update_command }}"