Merge pull request #24 from sysadmind/devel

Added note to files/synchronize module about synchronizing two directori...
reviewable/pr18780/r1
Brian Coca 10 years ago
commit 4bc1e46de2

@ -180,7 +180,9 @@ local_action: synchronize src=some/relative/path dest=/some/absolute/path
pull mode pull mode
synchronize: mode=pull src=some/relative/path dest=/some/absolute/path 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: > synchronize: >
src=some/relative/path dest=/some/absolute/path src=some/relative/path dest=/some/absolute/path
delegate_to: delegate.host delegate_to: delegate.host

Loading…
Cancel
Save