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:
parent
5c2a1a6124
commit
9db509db80
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue