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:
Dag Wieers
2018-12-15 03:23:59 +01:00
committed by GitHub
parent 79947245e2
commit 26474c6902
105 changed files with 479 additions and 129 deletions

View File

@@ -18,11 +18,6 @@ description:
and can create or remove directories.
- Unlike M(file), does not modify ownership, permissions or manipulate links.
- For non-Windows targets, use the M(file) module instead.
notes:
- For non-Windows targets, use the M(file) module instead.
- See also M(win_copy), M(win_template), M(copy), M(template), M(assemble)
author:
- Jon Hawkesworth (@jhawkesworth)
options:
path:
description:
@@ -41,6 +36,18 @@ options:
exist, while an existing file or directory will receive updated file access and
modification times (similar to the way C(touch) works from the command line).
choices: [ absent, directory, file, touch ]
notes:
- For non-Windows targets, use the M(file) module instead.
seealso:
- module: assemble
- module: copy
- module: file
- module: template
- module: win_copy
- module: win_stat
- module: win_template
author:
- Jon Hawkesworth (@jhawkesworth)
'''
EXAMPLES = r'''