mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Remmoved default filter
This commit is contained in:
		| @@ -67,7 +67,7 @@ | ||||
|       redirect_domain_mappings: "{{ | ||||
|         []  |  | ||||
|         add_redirect_if_group('web-svc-asset', domains | get_domain('web-svc-asset'), domains | get_domain('web-svc-file'),  group_names) |  | ||||
|         merge_mapping(redirect_domain_mappings| default([]), 'source') | ||||
|         merge_mapping(redirect_domain_mappings, 'source') | ||||
|         }}" | ||||
|  | ||||
|   - name: Set current play redirect domain mappings  | ||||
| @@ -85,7 +85,7 @@ | ||||
|         {{ | ||||
|           (CURRENT_PLAY_DOMAINS | | ||||
|           combine( | ||||
|             redirect_domain_mappings | default([]) |  | ||||
|             redirect_domain_mappings |  | ||||
|             items2dict(key_name='source', value_name='source'), | ||||
|             recursive=True | ||||
|           )) | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user