win_psexec: Change default for -nobanner (#24739)

* win_psexec: Change default for -nobanner

* Update documentation too
This commit is contained in:
Dag Wieers 2017-05-18 09:25:38 +02:00 committed by John R Barker
commit 6b7d669a2b
2 changed files with 3 additions and 2 deletions

View file

@ -58,7 +58,8 @@ options:
nobanner:
description:
- Do not display the startup banner and copyright message.
default: 'yes'
- This only works for specific versions of the PsExec binary.
default: 'no'
choices: [ 'no', 'yes' ]
version_added: '2.4'
noprofile: