mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added note to files/synchronize module about synchronizing two directories on the same host
This commit is contained in:
parent
59477d2e9a
commit
6eda3cbee7
1 changed files with 3 additions and 1 deletions
|
@ -180,7 +180,9 @@ local_action: synchronize src=some/relative/path dest=/some/absolute/path
|
|||
pull mode
|
||||
synchronize: mode=pull src=some/relative/path dest=/some/absolute/path
|
||||
|
||||
# Synchronization of src on delegate host to dest on the current inventory host
|
||||
# Synchronization of src on delegate host to dest on the current inventory host.
|
||||
# If delegate_to is set to the current inventory host, this can be used to syncronize
|
||||
# two directories on that host.
|
||||
synchronize: >
|
||||
src=some/relative/path dest=/some/absolute/path
|
||||
delegate_to: delegate.host
|
||||
|
|
Loading…
Reference in a new issue