gitlab_group: doc: fix sample code that used 'parent_path' which does not exists (#56256)
This commit is contained in:
parent
ea41bbcd4e
commit
a7bf728555
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue