1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

corrected typo in documentation examples (#36894)

This commit is contained in:
Shawn Q Jackson 2018-02-28 23:55:28 -08:00 committed by Dag Wieers
parent 5c2a1a6124
commit 9db509db80

View file

@ -192,7 +192,7 @@ EXAMPLES = r'''
- name: Find files and do not return the checksum
win_find:
path: C:\Temp
paths: C:\Temp
get_checksum: no
'''