Windows: Improve the file-related seealso references (#53099)

pull/53417/head
Dag Wieers 7 years ago committed by Alicia Cozine
parent be2a349970
commit 6a845eca77

@ -75,6 +75,9 @@ notes:
Feature "Web-Scripting-Tools" must be enabled.
seealso:
- module: win_acl_inheritance
- module: win_file
- module: win_owner
- module: win_stat
author:
- Phil Schwartz (@schwartzmx)
- Trond Hindenes (@trondhindenes)

@ -40,6 +40,8 @@ options:
default: no
seealso:
- module: win_acl
- module: win_file
- module: win_stat
author:
- Hans-Joachim Kliemeck (@h0nIg)
'''

@ -38,13 +38,11 @@ options:
type: str
choices: [ absent, directory, file, touch ]
seealso:
- module: assemble
- module: copy
- module: file
- module: template
- module: win_copy
- module: win_acl
- module: win_acl_inheritance
- module: win_owner
- module: win_stat
- module: win_template
author:
- Jon Hawkesworth (@jhawkesworth)
'''

@ -32,7 +32,9 @@ options:
type: bool
default: no
seealso:
- module: win_acl
- module: win_file
- module: win_stat
author:
- Hans-Joachim Kliemeck (@h0nIg)
'''

@ -62,7 +62,9 @@ options:
version_added: "2.8"
seealso:
- module: stat
- module: win_acl
- module: win_file
- module: win_owner
author:
- Chris Church (@cchurch)
'''

Loading…
Cancel
Save