service: Add support for mounting entire copied directory
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
when: _service_container_secrets | length > 0
|
||||
|
||||
- name: Template mounts for {{ service_name }}
|
||||
ansible.builtin.include_tasks: templates.yaml
|
||||
when: _service_template_mounts | length > 0
|
||||
ansible.builtin.include_tasks: hostmounts.yaml
|
||||
when: (_service_template_mounts + _service_copy_mounts) | length > 0
|
||||
|
||||
- name: Additional containers for {{ service_name }}
|
||||
ansible.builtin.include_tasks: additional.yaml
|
||||
|
||||
Reference in New Issue
Block a user