Add remote src
This commit is contained in:
parent
b3761b361f
commit
ca2981a954
@ -15,6 +15,7 @@
|
||||
file:
|
||||
src: "{{ sync_path }}/skel/{{ item.path }}"
|
||||
dest: "{{ install_path }}/{{ item.path }}"
|
||||
remote_src: yes
|
||||
state: link
|
||||
force: "{{ overwrite_existing }}"
|
||||
with_filetree: "skel/"
|
||||
|
@ -15,6 +15,7 @@
|
||||
copy:
|
||||
src: "{{ sync_path }}/private/skel/{{ item.path }}"
|
||||
dest: "{{ install_path }}/{{ item.path }}"
|
||||
remote_src: yes
|
||||
mode: 0600
|
||||
force: "yes"
|
||||
with_filetree: "private/skel/"
|
||||
|
Loading…
Reference in New Issue
Block a user