1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments
patchback[bot] f0df50e665
Bugfix: zypper issue with specified package versions (#4421) (#4446)
* fixed issue with specified package versions

zypper.py was doing nothing on state=present, when ALL requestet/checked packages had a specific version stated. This was caused by get_installed_state() being called with an empty package list, which in this case returns information about all ALL installed packages. This lead to an exessive filter list prerun_state, essentially removing all packages that are installed in ANY version on the target system from the request list.

* Create 4421-zypper_package_version_handling_fix

added changelog fragment for https://github.com/ansible-collections/community.general/pull/4421

* Delete 4421-zypper_package_version_handling_fix

* Create 4421-zypper_package_version_handling_fix.yml

(cherry picked from commit bbe231e261)

Co-authored-by: tover99 <101673769+tover99@users.noreply.github.com>
2022-04-05 06:28:15 +02:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
4378-proxmox-inventory-tags.yml Proxmox inventory plugin - Fix tags parsing (#4378) (#4402) 2022-03-24 06:44:02 +00:00
4380-sudoers-runas-parameter.yml feat: sudoers module supports runas parameter with default of root (#4380) (#4399) 2022-03-24 06:44:48 +00:00
4382-keycloak-add-missing-validate_certs-parameters.yml keycloak: add missing validate_certs parameters for open_url calls (#4382) (#4410) 2022-03-28 22:25:14 +02:00
4385-keycloak-client-default-optional-scopes.yml keycloak_client: add default_client_scopes and optional_client_scopes (#4385) (#4409) 2022-03-28 22:25:00 +02:00
4386-proxmox-support-templating-in-inventory-file.yml Proxmox Inventory: Add support for templating in inventory file (#4418) (#4435) 2022-04-01 23:07:42 +02:00
4417-ipa_service-add-skip_host_check.yml ipa_service: Add skip_host_check option (#4417) (#4436) 2022-04-01 23:07:23 +02:00
4421-zypper_package_version_handling_fix.yml Bugfix: zypper issue with specified package versions (#4421) (#4446) 2022-04-05 06:28:15 +02:00