Преглед изворни кода

fix lineinfile

pull/1326/head
Michael Collins пре 4 година
родитељ
комит
07a5433c24
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/matrix-awx/tasks/set_variables_element.yml

+ 1
- 1
roles/matrix-awx/tasks/set_variables_element.yml Прегледај датотеку

@@ -20,7 +20,7 @@
path: '{{ awx_cached_matrix_vars }}' path: '{{ awx_cached_matrix_vars }}'
regexp: "^#? *{{ item.key | regex_escape() }}:" regexp: "^#? *{{ item.key | regex_escape() }}:"
line: "{{ item.key }}: {{ item.value }}" line: "{{ item.key }}: {{ item.value }}"
insertbefore: '# Custom Settings Start'
insertbefore: '# Element Settings Start'
with_dict: with_dict:
'awx_matrix_client_element_welcome_logo': '{{ awx_matrix_client_element_welcome_logo }}' 'awx_matrix_client_element_welcome_logo': '{{ awx_matrix_client_element_welcome_logo }}'
'awx_matrix_client_element_welcome_logo_link': '{{ awx_matrix_client_element_welcome_logo_link }}' 'awx_matrix_client_element_welcome_logo_link': '{{ awx_matrix_client_element_welcome_logo_link }}'


Loading…
Откажи
Сачувај