diff --git a/changelogs/fragments/remove_contradiction.yml b/changelogs/fragments/remove_contradiction.yml new file mode 100644 index 00000000000..b6c26fdd374 --- /dev/null +++ b/changelogs/fragments/remove_contradiction.yml @@ -0,0 +1,2 @@ +bugfixes: + - remove contradictory recomendation from template docs. https://github.com/ansible/ansible/issues/63484 diff --git a/lib/ansible/modules/template.py b/lib/ansible/modules/template.py index e01a18bb93f..c874c50cae3 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