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