service: Improve additional container support

This commit is contained in:
uumas
2026-03-12 00:42:00 +02:00
parent 9e3e1496f0
commit 31cf49b004
4 changed files with 68 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
- name: Template mounts for {{ service_name }}
ansible.builtin.include_tasks: host_mounts.yaml
when: (_service_template_mounts + _service_copy_mounts) | length > 0
when: (_service_all_template_mounts + _service_all_copy_mounts) | length > 0
- name: Additional containers for {{ service_name }}
ansible.builtin.include_tasks: additional.yaml