add remote_src to copy module
This commit is contained in:
parent
fbe1aed3fc
commit
930f91514e
|
@ -20,6 +20,7 @@
|
||||||
copy:
|
copy:
|
||||||
src: /etc/ssh/sshd_config.orig
|
src: /etc/ssh/sshd_config.orig
|
||||||
dest: /etc/ssh/sshd_config
|
dest: /etc/ssh/sshd_config
|
||||||
|
remote_src: yes
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
Loading…
Reference in New Issue