瀏覽代碼

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 }}'
regexp: "^#? *{{ item.key | regex_escape() }}:"
line: "{{ item.key }}: {{ item.value }}"
insertbefore: '# Custom Settings Start'
insertbefore: '# Element Settings Start'
with_dict:
'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 }}'


Loading…
取消
儲存