|
26 | 26 | line: "{{ item.key }}: '{{ item.value }}'" |
27 | 27 | insertafter: '# Element Settings Start' |
28 | 28 | with_dict: |
29 | | - 'matrix_client_element_welcome_logo': "'{{ awx_matrix_client_element_welcome_logo }}'" |
| 29 | + 'matrix_client_element_welcome_logo': '{{ awx_matrix_client_element_welcome_logo }}' |
30 | 30 | when: ( awx_https_string in awx_matrix_client_element_welcome_logo ) and ( awx_matrix_client_element_welcome_logo | trim | length > 0 ) |
31 | 31 |
|
32 | 32 | - name: Remove custom logo locally on AWX if not defined |
|
45 | 45 | line: "{{ item.key }}: '{{ item.value }}'" |
46 | 46 | insertafter: '# Element Settings Start' |
47 | 47 | with_dict: |
48 | | - 'matrix_client_element_welcome_logo_link': "'{{ awx_matrix_client_element_welcome_logo_link }}'" |
| 48 | + 'matrix_client_element_welcome_logo_link': '{{ awx_matrix_client_element_welcome_logo_link }}' |
49 | 49 | when: ( awx_https_string in awx_matrix_client_element_welcome_logo_link ) and ( awx_matrix_client_element_welcome_logo_link | trim | length > 0 ) |
50 | 50 |
|
51 | 51 | - name: Remove custom logo link locally on AWX if not defined |
|
64 | 64 | line: "{{ item.key }}: '{{ item.value }}'" |
65 | 65 | insertafter: '# Element Settings Start' |
66 | 66 | with_dict: |
67 | | - 'matrix_client_element_welcome_headline': "'{{ awx_matrix_client_element_welcome_headline }}'" |
| 67 | + 'matrix_client_element_welcome_headline': '{{ awx_matrix_client_element_welcome_headline }}' |
68 | 68 | when: awx_matrix_client_element_welcome_headline | trim | length > 0 |
69 | 69 |
|
70 | 70 | - name: Remove custom headline locally on AWX if not defined |
|
83 | 83 | line: "{{ item.key }}: '{{ item.value }}'" |
84 | 84 | insertafter: '# Element Settings Start' |
85 | 85 | with_dict: |
86 | | - 'matrix_client_element_welcome_text': "'{{ awx_matrix_client_element_welcome_text }}'" |
| 86 | + 'matrix_client_element_welcome_text': '{{ awx_matrix_client_element_welcome_text }}' |
87 | 87 | when: awx_matrix_client_element_welcome_text | trim | length > 0 |
88 | 88 |
|
89 | 89 | - name: Remove custom text locally on AWX if not defined |
|
0 commit comments