diff options
author | Ruediger Pluem <53253255+rpluem-vf@users.noreply.github.com> | 2020-02-05 18:34:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 18:34:41 +0100 |
commit | 80c4b86abef37674747b4681f01af22bc4b13f5d (patch) | |
tree | f9d812e9231b88b9fe347c6a3516ca339cdc723e /changelogs | |
parent | sns_topic: Retry on Topic 'NotFound' Exceptions when attempting to list subsc... (diff) | |
download | ansible-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.yaml | 5 |
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) |