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

This commit is contained in:
Rémi REY 2019-05-09 14:14:27 +02:00 committed by René Moser
parent ea41bbcd4e
commit a7bf728555

View file

@ -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 = '''