mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-01 02:34:03 +00:00
somthing was missing in nginx tasks
This commit is contained in:
parent
166c4d6b5f
commit
5db728841b
1 changed files with 6 additions and 0 deletions
|
@ -27,3 +27,9 @@
|
|||
template:
|
||||
src: "nginx.conf"
|
||||
dest: /compose/volumes/nginx/nginx.conf
|
||||
|
||||
- name: Ensure uptime-kuma is up
|
||||
docker_compose:
|
||||
state: present
|
||||
project_src: /compose/kuma
|
||||
pull: no
|
||||
|
|
Loading…
Reference in a new issue