소스 검색

update element config

pull/1326/head
Michael Collins 4 년 전
부모
커밋
9f0a8965d5
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 }}'"
insertafter: '# Element Settings Start'
with_dict:
'matrix_client_element_brand': "{{ awx_matrix_client_element_brand }}"
'matrix_client_element_brand': "{{ matrix_client_element_brand }}"

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

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


불러오는 중...
취소
저장