소스 검색

replace module only if file exists

pull/1266/head^2
Michael Collins 5 년 전
부모
커밋
7203d4ec21
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      roles/matrix-awx/tasks/rename_variables.yml

+ 2
- 1
roles/matrix-awx/tasks/rename_variables.yml 파일 보기

@@ -5,4 +5,5 @@
path: "/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml"
regexp: 'matrix_synapse_use_presence'
replace: 'matrix_synapse_presence_enabled'

args:
creates: "/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml"

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