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

5 lines
90 B
YAML
Raw Normal View History

2023-12-23 16:40:53 +00:00
- name: restart ntfy
shell:
chdir: /opt/ntfy
cmd: "{{ docker_update_command }}"