File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 1414 ' matrix_client_element_default_theme ' : ' {{ matrix_client_element_default_theme }}'
1515 ' matrix_client_element_registration_enabled ' : ' {{ matrix_client_element_registration_enabled }}'
1616
17- - name : Record Element-Web custom variables locally on AWX
18- delegate_to : 127.0.0.1
19- lineinfile :
20- path : ' {{ awx_cached_matrix_vars }}'
21- regexp : " ^#? *{{ item.key | regex_escape() }}:"
22- line : " {{ item.key }}: {{ item.value }}"
23- insertbefore : ' # Element Settings Start'
24- with_dict :
25- ' awx_matrix_client_element_welcome_logo ' : ' {{ awx_matrix_client_element_welcome_logo }}'
26- ' awx_matrix_client_element_welcome_logo_link ' : ' {{ awx_matrix_client_element_welcome_logo_link }}'
27- ' awx_matrix_client_element_welcome_headline ' : ' {{ awx_matrix_client_element_welcome_headline }}'
28- ' awx_matrix_client_element_welcome_text ' : ' {{ awx_matrix_client_element_welcome_text }}'
29-
3017- name : Set fact for 'https' string
3118 set_fact :
3219 awx_https_string : " https"
You can’t perform that action at this time.
0 commit comments