Skip to content
Snippets Groups Projects
Verified Commit 939ac045 authored by Julian's avatar Julian
Browse files

Group options project_creation_level and subgroup_creation_level

parent 9ad6b1b6
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@
parent: "{{ item.parent | default(omit) }}"
visibility: "{{ item.visibility | default(omit) }}"
description: "{{ item.description | default(omit) }}"
project_creation_level: "{{ item.project_creation_level | default(omit) }}"
subgroup_creation_level: "{{ item.subgroup_creation_level | default(omit) }}"
with_items: "{{ gitlab.groups }}"
- name: setup gitlab ldap sync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment