infrastructure/ansible/roles/ntfy/handlers/main.yml
2023-12-23 16:40:53 +00:00

4 lines
90 B
YAML

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