dont recommend copy content in template (#70658)

* remove content ref in template

  fixes #63484
This commit is contained in:
Brian Coca 2020-07-15 14:16:56 -04:00 committed by GitHub
parent 57b548598c
commit 112aa574f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- remove contradictory recomendation from template docs. https://github.com/ansible/ansible/issues/63484

View file

@ -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