mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Remove the params option from jenkns_plugin and yum_repository (#32708)
* Remove the params option from jenkns_plugin and yum_repository It was decided that these options which override Ansible module options from a generic, unchecked dict are an antipattern for Ansible Modules and must be removed: https://meetbot.fedoraproject.org/ansible-meeting/2017-09-28/ansible_dev_meeting.2017-09-28-15.00.log.html Fixes #30874
This commit is contained in:
@@ -29,6 +29,8 @@ Ansible Changes By Release
|
||||
* Added support to `become` `NT AUTHORITY\System`, `NT AUTHORITY\LocalService`, and `NT AUTHORITY\NetworkService` on Windows hosts
|
||||
* Fixed `become` to work with async on Windows hosts
|
||||
* Improved `become` elevation process to work on standard Administrator users without disabling UAC on Windows hosts
|
||||
* The jenkins_plugin and yum_repository plugins had their `params` option
|
||||
removed due to circumventing Ansible's option processing.
|
||||
|
||||
### New Plugins
|
||||
|
||||
|
||||
Reference in New Issue
Block a user