mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
f0df50e665
* 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
|
||
---|---|---|
.. | ||
.keep | ||
4378-proxmox-inventory-tags.yml | ||
4380-sudoers-runas-parameter.yml | ||
4382-keycloak-add-missing-validate_certs-parameters.yml | ||
4385-keycloak-client-default-optional-scopes.yml | ||
4386-proxmox-support-templating-in-inventory-file.yml | ||
4417-ipa_service-add-skip_host_check.yml | ||
4421-zypper_package_version_handling_fix.yml |