소스 검색

Fix mxisd -> ma1sd file copying

When the playbook executes on a remote host (as it usually does),
we need to explicitly say `src` is a remote file and not relative
to the playbook.
pull/333/head
Slavi Pantaleev 6 년 전
부모
커밋
59ccff9bab
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      roles/matrix-ma1sd/tasks/migrate_mxisd.yml

+ 1
- 0
roles/matrix-ma1sd/tasks/migrate_mxisd.yml 파일 보기

@@ -52,6 +52,7 @@
- name: Copy mxisd data files to ma1sd folder
copy:
src: "{{ item }}"
remote_src: true
dest: "{{ matrix_ma1sd_data_path }}/"
mode: "preserve"
owner: "{{ matrix_user_username }}"


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