mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
remove forced lowercase on group_name (#50445)
This commit is contained in:
parent
15fb9d3bc0
commit
06f0cde97d
1 changed files with 0 additions and 1 deletions
|
@ -199,7 +199,6 @@ def main():
|
||||||
group_path = group_name.replace(" ", "_")
|
group_path = group_name.replace(" ", "_")
|
||||||
|
|
||||||
group = GitLabGroup(module, git)
|
group = GitLabGroup(module, git)
|
||||||
group_name = group_name.lower()
|
|
||||||
group_exists = group.existsGroup(group_name)
|
group_exists = group.existsGroup(group_name)
|
||||||
|
|
||||||
if group_exists and state == "absent":
|
if group_exists and state == "absent":
|
||||||
|
|
Loading…
Add table
Reference in a new issue