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

5 lines
104 B
YAML
Raw Normal View History

2024-04-21 18:11:39 +01:00
- name: restart uptime-kuma
shell:
chdir: /opt/uptime-kuma
cmd: "{{ docker_update_command }}"