mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
win_psexec - deprecate the extra_opts module options (#53666)
This commit is contained in:
@@ -27,7 +27,7 @@ $spec = @{
|
||||
session = @{ type='int' }
|
||||
priority = @{ type='str'; choices=@( 'background', 'low', 'belownormal', 'abovenormal', 'high', 'realtime' ) }
|
||||
timeout = @{ type='int' }
|
||||
extra_opts = @{ type='list' }
|
||||
extra_opts = @{ type='list'; removed_in_version = '2.10' }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -32,6 +32,8 @@ options:
|
||||
extra_opts:
|
||||
description:
|
||||
- Specify additional options to add onto the PsExec invocation.
|
||||
- This module was undocumented in older releases and will be removed in
|
||||
Ansible 2.10.
|
||||
type: list
|
||||
hostnames:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user