mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
win_owner: added tests and fixed up bool handling (#25088)
* win_owner: added tests and fixed up bool handling * explicitly gathering facts in test * Removed manualy entry in test group
This commit is contained in:
parent
0aba04fdad
commit
c05d3c3821
5 changed files with 239 additions and 6 deletions
|
@ -45,10 +45,8 @@ options:
|
|||
recurse:
|
||||
description:
|
||||
- Indicates if the owner should be changed recursively
|
||||
choices:
|
||||
- no
|
||||
- yes
|
||||
default: no
|
||||
type: bool
|
||||
default: 'no'
|
||||
author: Hans-Joachim Kliemeck (@h0nIg)
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue