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

5 lines
104 B
YAML
Raw Normal View History

2021-07-31 16:30:33 +01:00
- name: restart uptime-kuma
shell:
chdir: /opt/uptime-kuma
cmd: "{{ docker_update_command }}"