Fixes #6929 remote file module doc fragments from copy and template
This commit is contained in:
parent
bfb25f4f89
commit
dfdc3b82a0
2 changed files with 0 additions and 2 deletions
|
@ -84,7 +84,6 @@ options:
|
||||||
required: false
|
required: false
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
author: Michael DeHaan
|
author: Michael DeHaan
|
||||||
extends_documentation_fragment: files.DOCUMENTATION
|
|
||||||
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.
|
||||||
For alternative, see synchronize module, which is a wrapper around rsync.
|
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."
|
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: []
|
requirements: []
|
||||||
extends_documentation_fragment: files.DOCUMENTATION
|
|
||||||
author: Michael DeHaan
|
author: Michael DeHaan
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue