mirror of https://github.com/ansible/ansible.git
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
.
pull/59983/head
parent
c0c17a3031
commit
f94772f807
@ -0,0 +1,5 @@
|
||||
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.
|
Loading…
Reference in New Issue