Skip to content

Commit a631587

Browse files
this isnt needed
1 parent 07a5433 commit a631587

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

roles/matrix-awx/tasks/set_variables_element.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@
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"

0 commit comments

Comments
 (0)