f94772f807
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
.
5 lines
No EOL
195 B
YAML
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. |