Update to docker compose v2 module

This commit is contained in:
2025-03-31 19:47:58 -04:00
parent 1dcf5fd2e0
commit bb49930ee1
41 changed files with 41 additions and 41 deletions

View File

@@ -46,7 +46,7 @@
notify: restart recyclarr
- name: Start docker container
community.docker.docker_compose:
community.docker.docker_compose_v2:
project_src: "{{ install_directory }}/{{ role_name }}"
pull: true
remove_orphans: yes