Fix name for docker_compose ansible module

to make it working with newer ansible
pull/662/head
Muhammed Hussein Karimi 3 years ago
parent d6f79ee80b
commit a81cc92b07

@ -29,7 +29,7 @@
dest: /compose/volumes/nginx/nginx.conf
- name: Ensure uptime-kuma is up
docker_compose:
community.docker.docker_compose:
state: present
project_src: /compose/kuma
pull: no

@ -16,7 +16,7 @@
- docker-compose.yml
- name: Ensure uptime-kuma is up
docker_compose:
community.docker.docker_compose:
state: present
project_src: /compose/kuma
pull: yes

Loading…
Cancel
Save