Release 4.8.3.

This commit is contained in:
Felix Fontein 2022-06-20 20:37:43 +02:00
commit aa877fe0fb
8 changed files with 42 additions and 11 deletions

View file

@ -1 +0,0 @@
release_summary: Bugfix release.

View file

@ -1,2 +0,0 @@
minor_changes:
- ModuleHelper module utils - improved ``ModuleHelperException``, using ``to_native()`` for the exception message (https://github.com/ansible-collections/community.general/pull/4755).

View file

@ -1,2 +0,0 @@
bugfixes:
- redhat_subscription - fix unsubscribing on RHEL 9 (https://github.com/ansible-collections/community.general/issues/4741).

View file

@ -1,2 +0,0 @@
bugfixes:
- nmcli - fix error caused by adding undefined module arguments for list options (https://github.com/ansible-collections/community.general/issues/4373, https://github.com/ansible-collections/community.general/pull/4813).

View file

@ -1,2 +0,0 @@
bugfixes:
- sudoers - ensure sudoers config files are created with the permissions requested by sudoers (0440) (https://github.com/ansible-collections/community.general/pull/4814).

View file

@ -1,2 +0,0 @@
bugfixes:
- "sudoers - fix incorrect handling of ``state: absent`` (https://github.com/ansible-collections/community.general/issues/4852)."