mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +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 | ||||
|   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 }}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user