Provision uptime-kuma

This commit is contained in:
Jake Howard
2021-07-31 16:30:33 +01:00
parent 1399529a47
commit f3bc72d2ba
5 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- name: restart uptime-kuma
shell:
chdir: /opt/uptime-kuma
cmd: "{{ docker_update_command }}"