Skip to content

Commit

Permalink
gitlab_group: doc: fix sample code that used 'parent_path' which does…
Browse files Browse the repository at this point in the history
… not exists (#56256)
  • Loading branch information
rrey authored and resmo committed May 9, 2019
1 parent ea41bbc commit a7bf728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/source_control/gitlab_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
name: my_first_group
path: my_first_group
state: present
parent_path: "super_parent/parent"
parent: "super_parent/parent"
'''

RETURN = '''
Expand Down

0 comments on commit a7bf728

Please sign in to comment.