Adds visibility parameter to gitlab group creation (#57024)

pull/56534/head
Skybound1 6 years ago committed by ansibot
parent 138f0e875a
commit e7bf46d8bc

@ -188,7 +188,8 @@ class GitLabGroup(object):
group = self.createGroup({
'name': name,
'path': options['path'],
'parent_id': parent_id})
'parent_id': parent_id,
'visibility': options['visibility']})
changed = True
else:
changed, group = self.updateGroup(self.groupObject, {

Loading…
Cancel
Save