Commit cb13b303 by James Cammarata

Use file documentation fragement for the copy module

parent 9b17e8a5
......@@ -21,7 +21,6 @@ class ModuleDocFragment(object):
# Standard files documentation fragment
DOCUMENTATION = """
options:
options:
path:
description:
- 'path to the file being managed. Aliases: I(dest), I(name)'
......
......@@ -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.
......
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