update element section

This commit is contained in:
Michael Collins
2021-10-12 12:20:53 +08:00
parent c630bc3eaa
commit fc0296b56e
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
line: "{{ item.key }}: {{ item.value }}"
insertafter: '# Element Settings Start'
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
delegate_to: 127.0.0.1