Commit cb13b303 by James Cammarata

Use file documentation fragement for the copy module

parent 9b17e8a5
...@@ -21,7 +21,6 @@ class ModuleDocFragment(object): ...@@ -21,7 +21,6 @@ class ModuleDocFragment(object):
# Standard files documentation fragment # Standard files documentation fragment
DOCUMENTATION = """ DOCUMENTATION = """
options: options:
options:
path: path:
description: description:
- 'path to the file being managed. Aliases: I(dest), I(name)' - 'path to the file being managed. Aliases: I(dest), I(name)'
......
...@@ -83,6 +83,7 @@ options: ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment