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