diff --git a/library/files/copy b/library/files/copy index a8b4000f73e..08aa1d71a40 100644 --- a/library/files/copy +++ b/library/files/copy @@ -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. diff --git a/library/files/template b/library/files/template index e7b9a502938..3c21f3f1170 100644 --- a/library/files/template +++ b/library/files/template @@ -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 '''