Skip to content

Commit

Permalink
win_psexec: added the pid return value to the docs (#50664)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored and dagwieers committed Jan 9, 2019
1 parent 6f9bca9 commit 13a2a8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/ansible/modules/windows/win_psexec.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@
returned: always
type: str
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
Expand Down

0 comments on commit 13a2a8b

Please sign in to comment.