service: Improve additional container support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user