mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Add seealso section to Windows and related modules (#49845)
* Add seealso section to Windows and related modules * Fixes after review
This commit is contained in:
@@ -124,6 +124,10 @@ 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
|
||||
- module: win_copy
|
||||
- module: win_template
|
||||
author:
|
||||
- Ansible Core Team
|
||||
- Michael DeHaan
|
||||
|
||||
Reference in New Issue
Block a user