Skip to content

Commit

Permalink
Windows: Improve the file-related seealso references (ansible#53099)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers authored and acozine committed Mar 6, 2019
1 parent be2a349 commit 6a845ec
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions lib/ansible/modules/windows/win_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
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)
Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/windows/win_acl_inheritance.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
default: no
seealso:
- module: win_acl
- module: win_file
- module: win_stat
author:
- Hans-Joachim Kliemeck (@h0nIg)
'''
Expand Down
8 changes: 3 additions & 5 deletions lib/ansible/modules/windows/win_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@
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)
'''
Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/windows/win_owner.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
type: bool
default: no
seealso:
- module: win_acl
- module: win_file
- module: win_stat
author:
- Hans-Joachim Kliemeck (@h0nIg)
'''
Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/windows/win_stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@
version_added: "2.8"
seealso:
- module: stat
- module: win_acl
- module: win_file
- module: win_owner
author:
- Chris Church (@cchurch)
'''
Expand Down

0 comments on commit 6a845ec

Please sign in to comment.