Windows: Improve the file-related seealso references (#53099)
This commit is contained in:
parent
be2a349970
commit
6a845eca77
5 changed files with 12 additions and 5 deletions
|
@ -75,6 +75,9 @@ notes:
|
||||||
Feature "Web-Scripting-Tools" must be enabled.
|
Feature "Web-Scripting-Tools" must be enabled.
|
||||||
seealso:
|
seealso:
|
||||||
- module: win_acl_inheritance
|
- module: win_acl_inheritance
|
||||||
|
- module: win_file
|
||||||
|
- module: win_owner
|
||||||
|
- module: win_stat
|
||||||
author:
|
author:
|
||||||
- Phil Schwartz (@schwartzmx)
|
- Phil Schwartz (@schwartzmx)
|
||||||
- Trond Hindenes (@trondhindenes)
|
- Trond Hindenes (@trondhindenes)
|
||||||
|
|
|
@ -40,6 +40,8 @@ options:
|
||||||
default: no
|
default: no
|
||||||
seealso:
|
seealso:
|
||||||
- module: win_acl
|
- module: win_acl
|
||||||
|
- module: win_file
|
||||||
|
- module: win_stat
|
||||||
author:
|
author:
|
||||||
- Hans-Joachim Kliemeck (@h0nIg)
|
- Hans-Joachim Kliemeck (@h0nIg)
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -38,13 +38,11 @@ options:
|
||||||
type: str
|
type: str
|
||||||
choices: [ absent, directory, file, touch ]
|
choices: [ absent, directory, file, touch ]
|
||||||
seealso:
|
seealso:
|
||||||
- module: assemble
|
|
||||||
- module: copy
|
|
||||||
- module: file
|
- module: file
|
||||||
- module: template
|
- module: win_acl
|
||||||
- module: win_copy
|
- module: win_acl_inheritance
|
||||||
|
- module: win_owner
|
||||||
- module: win_stat
|
- module: win_stat
|
||||||
- module: win_template
|
|
||||||
author:
|
author:
|
||||||
- Jon Hawkesworth (@jhawkesworth)
|
- Jon Hawkesworth (@jhawkesworth)
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -32,7 +32,9 @@ options:
|
||||||
type: bool
|
type: bool
|
||||||
default: no
|
default: no
|
||||||
seealso:
|
seealso:
|
||||||
|
- module: win_acl
|
||||||
- module: win_file
|
- module: win_file
|
||||||
|
- module: win_stat
|
||||||
author:
|
author:
|
||||||
- Hans-Joachim Kliemeck (@h0nIg)
|
- Hans-Joachim Kliemeck (@h0nIg)
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -62,7 +62,9 @@ options:
|
||||||
version_added: "2.8"
|
version_added: "2.8"
|
||||||
seealso:
|
seealso:
|
||||||
- module: stat
|
- module: stat
|
||||||
|
- module: win_acl
|
||||||
- module: win_file
|
- module: win_file
|
||||||
|
- module: win_owner
|
||||||
author:
|
author:
|
||||||
- Chris Church (@cchurch)
|
- Chris Church (@cchurch)
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue