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] f847531a35
[PR #6534/a9fd9f89 backport][stable-6] added handling of zypper exitcode 102: ZYPPER_EXIT_INF_REBOOT_NEEDED (#6559)
added handling of zypper exitcode 102: ZYPPER_EXIT_INF_REBOOT_NEEDED (#6534)

* added handling of zypper exitcode 102: ZYPPER_EXIT_INF_REBOOT_NEEDED - Returned after a successful installation of a patch which requires reboot of computer.

The exitcode 102 will be treated exactly like 0 by the module internally now, and the changed status will be reported correctly. However, since I preserve the rc 102 in the retvals to allow the playbook to react to the requested reboot, the task must still include a "failed_when: zypper_cmd.rc not in [0, 102]" to not fail in this case.

* removed trailing whitespaces

* added changelogs fragment

* Fix typo.

Co-authored-by: Alex <alexgubin@gmx.de>

* Add URL.

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Alex <alexgubin@gmx.de>
(cherry picked from commit a9fd9f8982)

Co-authored-by: tover99 <101673769+tover99@users.noreply.github.com>
2023-05-22 04:54:14 +00:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
6.6.1.yml Prepare 6.6.1 release. 2023-05-08 06:49:33 +02:00
5143-fix-xfs-quota-project-init.yml [PR #6387/9c112308 backport][stable-6] Fixes #5143: xfs_quota fails to initialize new project quotas (#6495) 2023-05-06 07:20:03 +02:00
6456-fix-portage-withbdeps-false.yml [PR #6456/fab717bb backport][stable-6] modules/portage: fix usage with withbdeps: false (#6480) 2023-05-04 08:14:29 +02:00
6458-puppet-noop.yml [PR #6458/d254372d backport][stable-6] puppet: fix noop parameter error (#6481) 2023-05-04 08:14:19 +02:00
6491-dconf-respawn.yml [PR #6491/9f3c86a5 backport][stable-6] dconf - Try to find a Python interpreter that has gi.repository.GLib (#6504) 2023-05-08 19:57:32 +02:00
6497-terraform-fix.yml [PR #6497/4e57240e backport][stable-6] terraform: fix warn() call (#6499) 2023-05-07 21:29:45 +02:00
6527-nmcli-bond-fix-xmit_hash_policy.yml [PR #6527/cb1e6376 backport][stable-6] nmcli: Fix bond option xmit_hash_policy (#6555) 2023-05-21 17:23:56 +02:00
6534-zypper-exitcode-102-handled.yaml [PR #6534/a9fd9f89 backport][stable-6] added handling of zypper exitcode 102: ZYPPER_EXIT_INF_REBOOT_NEEDED (#6559) 2023-05-22 04:54:14 +00:00
6548-portage-changed_use-newuse.yml [PR #6548/5f968fb0 backport][stable-6] portage: fix changed_use and newuse not triggering rebuilds (#6008) (#6557) 2023-05-21 22:02:37 +02:00
6554-proxmox-tasks-info-fix-required-password.yaml [PR #6554/29790df5 backport][stable-6] Don't require api_password when api_token_id is used in proxmox_tasks_info (#6561) 2023-05-22 04:54:03 +00:00
deps.yml [PR #6479/57cfd1b4 backport][stable-6] deps module util: fix overzealous name cropping (#6489) 2023-05-05 07:56:22 +02:00
passwordstore-lock.yml [PR #6447/c58dda14 backport][stable-6] passwordstore plugin: vendor FileLock that was removed from ansible-core devel (#6450) 2023-04-28 12:17:47 +02:00