gitlab_group: doc: fix sample code that used 'parent_path' which does not exists (#56256)

pull/56268/head
Rémi REY 7 years ago committed by René Moser
parent ea41bbcd4e
commit a7bf728555

@ -114,7 +114,7 @@ EXAMPLES = '''
name: my_first_group
path: my_first_group
state: present
parent_path: "super_parent/parent"
parent: "super_parent/parent"
'''
RETURN = '''

Loading…
Cancel
Save