mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
win_tempfile - return absolute path on created temp file (#53827)
* win_tempfile - return absolute path on created temp file * Fix tests for CI
This commit is contained in:
parent
17ed39a009
commit
4f9de45785
5 changed files with 106 additions and 39 deletions
|
@ -60,7 +60,7 @@ EXAMPLES = r"""
|
|||
|
||||
RETURN = r'''
|
||||
path:
|
||||
description: Path to created file or directory.
|
||||
description: The absolute path to the created file or directory.
|
||||
returned: success
|
||||
type: str
|
||||
sample: C:\Users\Administrator\AppData\Local\Temp\ansible.bMlvdk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue