infrastructure/ansible/roles/ntfy/handlers/main.yml
Jake Howard f4b96afcfa
All checks were successful
/ terraform (push) Successful in 1m15s
/ ansible (push) Successful in 2m22s
Deploy ntfy
2023-12-23 16:40:53 +00:00

5 lines
90 B
YAML

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