mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
committed by
John R Barker
parent
78c300412d
commit
b1f6344ecb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user