mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
win_psexec: Change default for -nobanner (#24739)
* win_psexec: Change default for -nobanner * Update documentation too
This commit is contained in:
committed by
John R Barker
parent
4fb283a4e3
commit
6b7d669a2b
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user