Просмотр исходного кода

update element section

pull/1326/head
Michael Collins 4 лет назад
Родитель
Сommit
fc0296b56e
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      roles/matrix-awx/tasks/set_variables_element_subdomain.yml
  2. +1
    -1
      roles/matrix-awx/tasks/set_variables_jitsi.yml

+ 1
- 1
roles/matrix-awx/tasks/set_variables_element_subdomain.yml Просмотреть файл

@@ -8,7 +8,7 @@
line: "{{ item.key }}: {{ item.value }}" line: "{{ item.key }}: {{ item.value }}"
insertafter: '# Element Settings Start' insertafter: '# Element Settings Start'
with_dict: with_dict:
'matrix_server_fqn_element': "{{ awx_element_subdomain }}.{{ matrix_domain }}"
'matrix_server_fqn_element': "{{ awx_element_subdomain | trim }}.{{ matrix_domain }}"
- name: Save new 'Configure Element Subdomain' survey.json to the AWX tower, template - name: Save new 'Configure Element Subdomain' survey.json to the AWX tower, template
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1


+ 1
- 1
roles/matrix-awx/tasks/set_variables_jitsi.yml Просмотреть файл

@@ -9,7 +9,7 @@
insertafter: '# Jitsi Settings Start' insertafter: '# Jitsi Settings Start'
with_dict: with_dict:
'matrix_jitsi_enabled': '{{ matrix_jitsi_enabled }}' 'matrix_jitsi_enabled': '{{ matrix_jitsi_enabled }}'
'matrix_jitsi_web_config_defaultLanguage': '{{ matrix_jitsi_web_config_defaultLanguage }}'
'matrix_jitsi_web_config_defaultLanguage': '{{ matrix_jitsi_web_config_defaultLanguage | trim }}'


- name: Save new 'Configure Jitsi' survey.json to the AWX tower, template - name: Save new 'Configure Jitsi' survey.json to the AWX tower, template
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1


Загрузка…
Отмена
Сохранить