mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
win_psexec: added the pid return value to the docs (#50664)
This commit is contained in:
committed by
Dag Wieers
parent
6f9bca9de3
commit
13a2a8b5f6
@@ -149,6 +149,11 @@ cmd:
|
|||||||
returned: always
|
returned: always
|
||||||
type: str
|
type: str
|
||||||
sample: psexec.exe -nobanner \\remote_server -u "DOMAIN\Administrator" -p "some_password" -accepteula E:\setup.exe
|
sample: psexec.exe -nobanner \\remote_server -u "DOMAIN\Administrator" -p "some_password" -accepteula E:\setup.exe
|
||||||
|
pid:
|
||||||
|
description: The PID of the async process created by PsExec.
|
||||||
|
returned: when C(wait=False)
|
||||||
|
type: int
|
||||||
|
sample: 1532
|
||||||
rc:
|
rc:
|
||||||
description: The return code for the command.
|
description: The return code for the command.
|
||||||
returned: always
|
returned: always
|
||||||
|
|||||||
Reference in New Issue
Block a user