Solved variable but

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-13 19:19:57 +02:00
parent e1d090ce04
commit 24d2c0edb5
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

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