mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
win_chocolatey: Clean up parameter handling (#21533)
Changes include: - Use Get-AnsibleParam with -type/-validateset - Replace $result PSObject with normal hash - Deprecate 'upgrade' parameter by using state=latest
This commit is contained in:
parent
78c300412d
commit
b1f6344ecb
3 changed files with 101 additions and 94 deletions
|
@ -219,7 +219,6 @@ lib/ansible/modules/web_infrastructure/jira.py
|
|||
lib/ansible/modules/web_infrastructure/nginx_status_facts.py
|
||||
lib/ansible/modules/windows/win_acl.py
|
||||
lib/ansible/modules/windows/win_acl_inheritance.py
|
||||
lib/ansible/modules/windows/win_chocolatey.py
|
||||
lib/ansible/modules/windows/win_command.py
|
||||
lib/ansible/modules/windows/win_feature.py
|
||||
lib/ansible/modules/windows/win_lineinfile.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue