naming and documentation fixes

This commit is contained in:
uumas
2026-03-12 00:38:42 +02:00
parent fb39f1bfc8
commit 190527e877
5 changed files with 47 additions and 12 deletions

View File

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