Fixes #6929 remote file module doc fragments from copy and template

pull/6890/merge
James Tanner 11 years ago
parent bfb25f4f89
commit dfdc3b82a0

@ -84,7 +84,6 @@ options:
required: false
version_added: "1.5"
author: Michael DeHaan
extends_documentation_fragment: files.DOCUMENTATION
notes:
- The "copy" module recursively copy facility does not scale to lots (>hundreds) of files.
For alternative, see synchronize module, which is a wrapper around rsync.

@ -55,7 +55,6 @@ notes:
which changes the variable interpolation markers to [% var %] instead of {{ var }}. This is the best way to prevent evaluation of things that look like, but should not be Jinja2. raw/endraw in Jinja2 will not work as you expect because templates in Ansible are recursively evaluated."
requirements: []
extends_documentation_fragment: files.DOCUMENTATION
author: Michael DeHaan
'''

Loading…
Cancel
Save