mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 06:28:34 +01:00
chore: update to docker compose v2
This commit is contained in:
@@ -143,9 +143,10 @@
|
||||
password: HISTORY_PURGED_SECRET
|
||||
|
||||
- name: Deploy compose templates
|
||||
community.docker.docker_compose:
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "/opt/{{ item }}/"
|
||||
pull: true
|
||||
pull: "missing"
|
||||
remove_orphans: true
|
||||
files:
|
||||
- "{{ item }}.yaml"
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user