mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update fileglob.py (#45558)
* Update fileglob.py Closes #45557 * Update fileglob.py
This commit is contained in:
parent
3d0f19d8cd
commit
cc477ec920
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ EXAMPLES = """
|
|||
"""
|
||||
|
||||
RETURN = """
|
||||
_raw:
|
||||
_list:
|
||||
description:
|
||||
- content of file(s)
|
||||
- list of files
|
||||
"""
|
||||
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue