summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorRuediger Pluem <53253255+rpluem-vf@users.noreply.github.com>2020-02-05 18:34:41 +0100
committerGitHub <noreply@github.com>2020-02-05 18:34:41 +0100
commit80c4b86abef37674747b4681f01af22bc4b13f5d (patch)
treef9d812e9231b88b9fe347c6a3516ca339cdc723e /changelogs
parentsns_topic: Retry on Topic 'NotFound' Exceptions when attempting to list subsc... (diff)
downloadansible-80c4b86abef37674747b4681f01af22bc4b13f5d.tar.xz
ansible-80c4b86abef37674747b4681f01af22bc4b13f5d.zip
group - correctly determine if a local group exists. (#59772)
Fixes #58619 Add integration test
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/59772-fix_ansible_issue_58619.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/59772-fix_ansible_issue_58619.yaml b/changelogs/fragments/59772-fix_ansible_issue_58619.yaml
new file mode 100644
index 0000000000..dbfce7a87f
--- /dev/null
+++ b/changelogs/fragments/59772-fix_ansible_issue_58619.yaml
@@ -0,0 +1,5 @@
+bugfixes:
+ - >
+ group - The group module was not correctly detecting whether a local
+ group is existing or not with local set to yes if the same group
+ exists in a non local group repository e.g. LDAP. (https://github.com/ansible/ansible/issues/58619)