Begin migration to v2

This commit is contained in:
Florian RICHER 2024-07-14 21:39:23 +02:00
parent 93cbcd29fb
commit b91292576f
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
15 changed files with 30 additions and 30 deletions

View file

@ -27,9 +27,9 @@
register: cloud_copy_templates_results
- name: Update and restart container
community.docker.docker_compose:
community.docker.docker_compose_v2:
project_src: cloud
state: present
pull: true
pull: always
restarted: "{{ cloud_copy_files_results.changed or cloud_copy_templates_results.changed }}"
become: true