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'
pull/31983/head
George Davis 7 years ago committed by Dag Wieers
parent aca8a3b4d7
commit 8f4aab6d28

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

Loading…
Cancel
Save