mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Fixes #6929 remote file module doc fragments from copy and template
This commit is contained in:
@@ -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
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user