mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Use file documentation fragement for the copy module
This commit is contained in:
parent
9b17e8a555
commit
cb13b30362
2 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,6 @@ class ModuleDocFragment(object):
|
||||||
|
|
||||||
# Standard files documentation fragment
|
# Standard files documentation fragment
|
||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
options:
|
|
||||||
options:
|
options:
|
||||||
path:
|
path:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -83,6 +83,7 @@ options:
|
||||||
defaults.
|
defaults.
|
||||||
required: false
|
required: false
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
|
extends_documentation_fragment: files
|
||||||
author: Michael DeHaan
|
author: Michael DeHaan
|
||||||
notes:
|
notes:
|
||||||
- The "copy" module recursively copy facility does not scale to lots (>hundreds) of files.
|
- The "copy" module recursively copy facility does not scale to lots (>hundreds) of files.
|
||||||
|
|
Loading…
Reference in a new issue