mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Downgraded module version_added.
This commit is contained in:
parent
dcf0fdb9e2
commit
c57445c5f3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import subprocess
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: synchronize
|
||||
version_added: "1.5"
|
||||
version_added: "1.4"
|
||||
short_description: Uses rsync to make synchronizing file paths in your playbooks quick and easy.
|
||||
description:
|
||||
- This is a wrapper around rsync. Of course you could just use the command action to call rsync yourself, but you also have to add a fair number of boilerplate options and host facts. You still may need to call rsync directly via C(command) or C(shell) depending on your use case. The synchronize action is meant to do common things with C(rsync) easily. It does not provide access to the full power of rsync, but does make most invocations easier to follow.
|
||||
|
|
Loading…
Reference in a new issue