You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-01 06:06:57 +03:00
Update gitlab_project_members.py - typo fix (#5989)
Update gitlab_project_members.py ##### SUMMARY typo fix ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
This commit is contained in:
@ -136,7 +136,7 @@ EXAMPLES = r'''
|
|||||||
project: projectname
|
project: projectname
|
||||||
gitlab_user: username
|
gitlab_user: username
|
||||||
access_level: developer
|
access_level: developer
|
||||||
pruge_users: developer
|
purge_users: developer
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Remove a list of Users with Dedicated Access Levels to A GitLab project
|
- name: Remove a list of Users with Dedicated Access Levels to A GitLab project
|
||||||
|
Reference in New Issue
Block a user