infrastructure/ansible/roles/uptime_kuma/handlers/main.yml
2024-04-21 18:11:39 +01:00

5 lines
104 B
YAML

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