mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
win_psexec: Change default for -nobanner (#24739)
* win_psexec: Change default for -nobanner * Update documentation too
This commit is contained in:
parent
4fb283a4e3
commit
6b7d669a2b
2 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue