mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #5989/cd0a414e backport][stable-5] Update gitlab_project_members.py - typo fix (#5990)
Update gitlab_project_members.py - typo fix (#5989)
Update gitlab_project_members.py
##### SUMMARY
typo fix
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
(cherry picked from commit cd0a414e9f
)
Co-authored-by: cybernet <cybernet2u@yahoo.com>
This commit is contained in:
parent
f4bae2d717
commit
f61a6bd991
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ EXAMPLES = r'''
|
|||
project: projectname
|
||||
gitlab_user: username
|
||||
access_level: developer
|
||||
pruge_users: developer
|
||||
purge_users: developer
|
||||
state: present
|
||||
|
||||
- name: Remove a list of Users with Dedicated Access Levels to A GitLab project
|
||||
|
|
Loading…
Reference in a new issue