Skip to content

Commit a352ea4

Browse files
derp
1 parent 1ae103b commit a352ea4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

roles/matrix-awx/tasks/set_variables_element.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
line: "{{ item.key }}: '{{ item.value }}'"
2727
insertafter: '# Element Settings Start'
2828
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 }}'
3030
when: ( awx_https_string in awx_matrix_client_element_welcome_logo ) and ( awx_matrix_client_element_welcome_logo | trim | length > 0 )
3131

3232
- name: Remove custom logo locally on AWX if not defined
@@ -45,7 +45,7 @@
4545
line: "{{ item.key }}: '{{ item.value }}'"
4646
insertafter: '# Element Settings Start'
4747
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 }}'
4949
when: ( awx_https_string in awx_matrix_client_element_welcome_logo_link ) and ( awx_matrix_client_element_welcome_logo_link | trim | length > 0 )
5050

5151
- name: Remove custom logo link locally on AWX if not defined
@@ -64,7 +64,7 @@
6464
line: "{{ item.key }}: '{{ item.value }}'"
6565
insertafter: '# Element Settings Start'
6666
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 }}'
6868
when: awx_matrix_client_element_welcome_headline | trim | length > 0
6969

7070
- name: Remove custom headline locally on AWX if not defined
@@ -83,7 +83,7 @@
8383
line: "{{ item.key }}: '{{ item.value }}'"
8484
insertafter: '# Element Settings Start'
8585
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 }}'
8787
when: awx_matrix_client_element_welcome_text | trim | length > 0
8888

8989
- name: Remove custom text locally on AWX if not defined

0 commit comments

Comments
 (0)