We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291efc1 commit 3688315Copy full SHA for 3688315
roles/matrix-awx/tasks/set_variables_element.yml
@@ -21,15 +21,15 @@
21
line: "{{ item.key }}: '{{ item.value }}'"
22
insertafter: '# Element Settings Start'
23
with_dict:
24
- 'matrix_client_element_brand': "{{ matrix_client_element_brand }}"
+ 'matrix_client_element_brand': "{{ awx_matrix_client_element_brand }}"
25
26
- name: Remove custom branding locally on AWX if not defined
27
delegate_to: 127.0.0.1
28
lineinfile:
29
path: '{{ awx_cached_matrix_vars }}'
30
regexp: "^matrix_client_element_brand: "
31
state: absent
32
- when: matrix_client_element_brand | trim | length == 0
+ when: awx_matrix_client_element_brand | trim | length == 0
33
34
- name: Set fact for 'https' string
35
set_fact:
0 commit comments