Add remote src

This commit is contained in:
Austen Adler 2018-07-08 14:54:45 -04:00
parent b3761b361f
commit ca2981a954
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
file: file:
src: "{{ sync_path }}/skel/{{ item.path }}" src: "{{ sync_path }}/skel/{{ item.path }}"
dest: "{{ install_path }}/{{ item.path }}" dest: "{{ install_path }}/{{ item.path }}"
remote_src: yes
state: link state: link
force: "{{ overwrite_existing }}" force: "{{ overwrite_existing }}"
with_filetree: "skel/" with_filetree: "skel/"

View File

@ -15,6 +15,7 @@
copy: copy:
src: "{{ sync_path }}/private/skel/{{ item.path }}" src: "{{ sync_path }}/private/skel/{{ item.path }}"
dest: "{{ install_path }}/{{ item.path }}" dest: "{{ install_path }}/{{ item.path }}"
remote_src: yes
mode: 0600 mode: 0600
force: "yes" force: "yes"
with_filetree: "private/skel/" with_filetree: "private/skel/"