ansible/changelogs/fragments/59769-fix_ansible_issue_58469_regression.yaml
Ruediger Pluem f94772f807 Only error out if the gid exists with a different group name (#59769)
Only error out if the gid exists with a different group name as
otherwise it will error out if the group with this gid already
exists, like on a rerun of the playbook. This fixes a regression
introduced by 4898b0a4a2.
2019-08-02 15:51:10 +02:00

5 lines
No EOL
195 B
YAML

bugfixes:
- >
group - The group module errored of if the gid exists with the
same group name. This prevents reruns of the playbook. This fixes
a regression introduced by 4898b0a.