Add remote src
This commit is contained in:
parent
b3761b361f
commit
ca2981a954
@ -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/"
|
||||||
|
@ -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/"
|
||||||
|
Loading…
Reference in New Issue
Block a user