infrastructure/ansible/roles/commento/handlers/main.yml
2022-06-05 15:44:49 +01:00

5 lines
98 B
YAML

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