remove forced lowercase on group_name (#50445)

pull/4420/head
Lunik 2019-01-04 09:06:54 +01:00 committed by ansibot
parent 15fb9d3bc0
commit 06f0cde97d
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ def main():
group_path = group_name.replace(" ", "_")
group = GitLabGroup(module, git)
group_name = group_name.lower()
group_exists = group.existsGroup(group_name)
if group_exists and state == "absent":