summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/template.py
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2020-07-15 14:16:56 -0400
committerGitHub <noreply@github.com>2020-07-15 13:16:56 -0500
commit112aa574f56469ab77d7faf9f637f9160aa49e26 (patch)
tree571d2320b1fb2ac6c0c7dfbe1101b236f68478e3 /lib/ansible/modules/template.py
parent57b548598c07afda1db9e0c79dca019114a6e392 (diff)
downloadansible-112aa574f56469ab77d7faf9f637f9160aa49e26.tar.gz
dont recommend copy content in template (#70658)
* remove content ref in template fixes #63484
Diffstat (limited to 'lib/ansible/modules/template.py')
-rw-r--r--lib/ansible/modules/template.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ansible/modules/template.py b/lib/ansible/modules/template.py
index e01a18bb93..c874c50cae 100644
--- a/lib/ansible/modules/template.py
+++ b/lib/ansible/modules/template.py
@@ -26,8 +26,6 @@ options:
default: no
version_added: '2.4'
notes:
-- You can use the M(copy) module with the C(content:) option if you prefer the template inline,
- as part of the playbook.
- For Windows you can use M(win_template) which uses '\\r\\n' as C(newline_sequence) by default.
seealso:
- module: copy