mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Update fileglob.py (#45558)
* Update fileglob.py Closes #45557 * Update fileglob.py
This commit is contained in:
committed by
Jordan Borean
parent
3d0f19d8cd
commit
cc477ec920
@@ -36,9 +36,9 @@ EXAMPLES = """
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
RETURN = """
|
RETURN = """
|
||||||
_raw:
|
_list:
|
||||||
description:
|
description:
|
||||||
- content of file(s)
|
- list of files
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|||||||
Reference in New Issue
Block a user