win_psexec: added the pid return value to the docs (#50664)

(cherry picked from commit 13a2a8b5f6)
pull/50738/head
Jordan Borean 6 years ago committed by Toshio Kuratomi
parent 34809f2b02
commit 3ff477d14f

@ -147,6 +147,11 @@ cmd:
returned: always
type: string
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:
description: The return code for the command
returned: always

Loading…
Cancel
Save