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:
Jordan Borean 2017-06-20 02:43:44 +10:00 committed by jhawkesworth
parent 0aba04fdad
commit c05d3c3821
5 changed files with 239 additions and 6 deletions

View file

@ -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)
'''