ソースを参照

update

pull/1326/head
Michael Collins 4年前
コミット
36883150c6
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      roles/matrix-awx/tasks/set_variables_element.yml

+ 2
- 2
roles/matrix-awx/tasks/set_variables_element.yml ファイルの表示

@@ -21,7 +21,7 @@
line: "{{ item.key }}: '{{ item.value }}'" line: "{{ item.key }}: '{{ item.value }}'"
insertafter: '# Element Settings Start' insertafter: '# Element Settings Start'
with_dict: with_dict:
'matrix_client_element_brand': "{{ matrix_client_element_brand }}"
'matrix_client_element_brand': "{{ awx_matrix_client_element_brand }}"


- name: Remove custom branding locally on AWX if not defined - name: Remove custom branding locally on AWX if not defined
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
@@ -29,7 +29,7 @@
path: '{{ awx_cached_matrix_vars }}' path: '{{ awx_cached_matrix_vars }}'
regexp: "^matrix_client_element_brand: " regexp: "^matrix_client_element_brand: "
state: absent state: absent
when: matrix_client_element_brand | trim | length == 0
when: awx_matrix_client_element_brand | trim | length == 0


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


読み込み中…
キャンセル
保存