|
|
|
@ -26,6 +26,8 @@ options:
|
|
|
|
version_added: '2.4'
|
|
|
|
version_added: '2.4'
|
|
|
|
notes:
|
|
|
|
notes:
|
|
|
|
- For Windows you can use M(ansible.windows.win_template) which uses '\\r\\n' as C(newline_sequence) by default.
|
|
|
|
- For Windows you can use M(ansible.windows.win_template) which uses '\\r\\n' as C(newline_sequence) by default.
|
|
|
|
|
|
|
|
- The C(jinja2_native) setting has no effect. Native types are never used in the C(template) module which is by design used for generating text files.
|
|
|
|
|
|
|
|
For working with templates and utilizing Jinja2 native types see the C(jinja2_native) parameter of the C(template lookup).
|
|
|
|
seealso:
|
|
|
|
seealso:
|
|
|
|
- module: ansible.builtin.copy
|
|
|
|
- module: ansible.builtin.copy
|
|
|
|
- module: ansible.windows.win_copy
|
|
|
|
- module: ansible.windows.win_copy
|
|
|
|
|