mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Updated win_owner.py documentation to reflect recurse options (#31974)
Updated win_owner.py documentation to reflect recurse options 'yes' and 'no' instead of 'True' and 'False'
This commit is contained in:
@@ -36,13 +36,13 @@ EXAMPLES = r'''
|
||||
win_owner:
|
||||
path: C:\apache
|
||||
user: apache
|
||||
recurse: True
|
||||
recurse: yes
|
||||
|
||||
- name: Set the owner of root directory
|
||||
win_owner:
|
||||
path: C:\apache
|
||||
user: SYSTEM
|
||||
recurse: False
|
||||
recurse: no
|
||||
'''
|
||||
|
||||
RETURN = r'''
|
||||
|
||||
Reference in New Issue
Block a user