Solved variable but

This commit is contained in:
2025-07-13 19:19:57 +02:00
parent e1d090ce04
commit 24d2c0edb5

View File

@@ -19,7 +19,7 @@
- name: create docker network for LDAP, so that other applications can access it
docker_network:
name: "{{ applications | get_app_conf(application_id, 'network', True).name }}"
name: "{{ applications | get_app_conf(application_id, 'network.name', True) }}"
state: present
ipam_config:
- subnet: "{{ networks.local['svc-db-openldap'].subnet }}"