mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
Use file documentation fragement for the copy module
This commit is contained in:
@@ -20,7 +20,6 @@ class ModuleDocFragment(object):
|
||||
|
||||
# Standard files documentation fragment
|
||||
DOCUMENTATION = """
|
||||
options:
|
||||
options:
|
||||
path:
|
||||
description:
|
||||
|
||||
@@ -83,6 +83,7 @@ options:
|
||||
defaults.
|
||||
required: false
|
||||
version_added: "1.5"
|
||||
extends_documentation_fragment: files
|
||||
author: Michael DeHaan
|
||||
notes:
|
||||
- The "copy" module recursively copy facility does not scale to lots (>hundreds) of files.
|
||||
|
||||
Reference in New Issue
Block a user