Procházet zdrojové kódy

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 před 6 roky
rodič
revize
59ccff9bab
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      roles/matrix-ma1sd/tasks/migrate_mxisd.yml

+ 1
- 0
roles/matrix-ma1sd/tasks/migrate_mxisd.yml Zobrazit soubor

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


Načítá se…
Zrušit
Uložit