Skip to content

Commit 9f0a896

Browse files
update element config
1 parent 3688315 commit 9f0a896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/matrix-awx/tasks/set_variables_element.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
line: "{{ item.key }}: '{{ item.value }}'"
2222
insertafter: '# Element Settings Start'
2323
with_dict:
24-
'matrix_client_element_brand': "{{ awx_matrix_client_element_brand }}"
24+
'matrix_client_element_brand': "{{ matrix_client_element_brand }}"
2525

2626
- name: Remove custom branding locally on AWX if not defined
2727
delegate_to: 127.0.0.1
2828
lineinfile:
2929
path: '{{ awx_cached_matrix_vars }}'
3030
regexp: "^matrix_client_element_brand: "
3131
state: absent
32-
when: awx_matrix_client_element_brand | trim | length == 0
32+
when: matrix_client_element_brand | trim | length == 0
3333

3434
- name: Set fact for 'https' string
3535
set_fact:

0 commit comments

Comments
 (0)