mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fixxed tests
This commit is contained in:
committed by
Matt Clay
parent
c82d72e12a
commit
e3d8facc7f
@@ -24,7 +24,7 @@
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: win_owner
|
||||
version_added: "2.0"
|
||||
version_added: "2.1"
|
||||
short_description: Set owner
|
||||
description:
|
||||
- Set owner of files or directories
|
||||
@@ -63,3 +63,7 @@ EXAMPLES = '''
|
||||
user: SYSTEM
|
||||
recurse: no
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
||||
'''
|
||||
Reference in New Issue
Block a user