Skip to content

Commit

Permalink
win_psexec: added the pid return value to the docs (ansible#50664)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored and knumskull committed Jan 21, 2019
1 parent 36340c6 commit 4073ec6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/ansible/modules/windows/win_psexec.py
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 4073ec6

Please sign in to comment.