mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 16:36:29 +00:00
Add mention of fetch module to the copy module docs.
This commit is contained in:
@@ -27,7 +27,7 @@ module: copy
|
||||
version_added: "historical"
|
||||
short_description: Copies files to remote locations.
|
||||
description:
|
||||
- The M(copy) module copies a file on the local box to remote locations.
|
||||
- The M(copy) module copies a file on the local box to remote locations. Use the M(fetch) module to copy files from remote locations to the local box.
|
||||
options:
|
||||
src:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user