mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-03 11:44:03 +00:00
Fix name for docker_compose ansible module
to make it working with newer ansible
This commit is contained in:
parent
d6f79ee80b
commit
a81cc92b07
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
||||||
dest: /compose/volumes/nginx/nginx.conf
|
dest: /compose/volumes/nginx/nginx.conf
|
||||||
|
|
||||||
- name: Ensure uptime-kuma is up
|
- name: Ensure uptime-kuma is up
|
||||||
docker_compose:
|
community.docker.docker_compose:
|
||||||
state: present
|
state: present
|
||||||
project_src: /compose/kuma
|
project_src: /compose/kuma
|
||||||
pull: no
|
pull: no
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
- docker-compose.yml
|
- docker-compose.yml
|
||||||
|
|
||||||
- name: Ensure uptime-kuma is up
|
- name: Ensure uptime-kuma is up
|
||||||
docker_compose:
|
community.docker.docker_compose:
|
||||||
state: present
|
state: present
|
||||||
project_src: /compose/kuma
|
project_src: /compose/kuma
|
||||||
pull: yes
|
pull: yes
|
||||||
|
|
Loading…
Reference in a new issue