mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
win_psexec - deprecate the extra_opts module options (#53666)
This commit is contained in:
parent
f73e03632f
commit
4f2d055e2c
3 changed files with 5 additions and 1 deletions
|
@ -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' }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue