mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-10 18:34:03 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -140,17 +140,17 @@ transfer_status:
|
|||
description: Whether a file was transferred. "No Transfer" or "Sent".
|
||||
If file_pull is successful, it is set to "Received".
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 'Sent'
|
||||
local_file:
|
||||
description: The path of the local file.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: '/path/to/local/file'
|
||||
remote_file:
|
||||
description: The path of the remote file.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: '/path/to/remote/file'
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue