updates: prepare for upgrade to debian 12

This commit is contained in:
2024-06-27 15:19:52 -07:00
parent ef40b1ba7d
commit f3c6c61130
14 changed files with 32 additions and 85 deletions

View File

@@ -29,7 +29,7 @@
when: item.state == "file"
- name: Deploy docker-compose for {{ current_stack_name }}
command: docker compose -f "{{ current_stack_dest }}/docker-compose.yml" up -d --pull --remove-orphans
command: docker compose -f "{{ current_stack_dest }}/docker-compose.yml" up -d --pull always --remove-orphans
register: docker_compose_output
# Not perfect idempotency, but the built-in docker_compose module doesn't support docker-compose v2
# And of course there's an IPv6 bug in docker-compose v1, smh