mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Solved variable but
This commit is contained in:
		@@ -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 }}"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user