mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
(cherry picked from commit 015566fb06)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -91,7 +91,7 @@ EXAMPLES = r'''
|
||||
community.general.gitlab_project_members:
|
||||
api_url: 'https://gitlab.example.com'
|
||||
api_token: 'Your-Private-Token'
|
||||
validate_certs: True
|
||||
validate_certs: true
|
||||
project: projectname
|
||||
gitlab_user: username
|
||||
access_level: developer
|
||||
@@ -101,7 +101,7 @@ EXAMPLES = r'''
|
||||
community.general.gitlab_project_members:
|
||||
api_url: 'https://gitlab.example.com'
|
||||
api_token: 'Your-Private-Token'
|
||||
validate_certs: False
|
||||
validate_certs: false
|
||||
project: projectname
|
||||
gitlab_user: username
|
||||
state: absent
|
||||
|
||||
Reference in New Issue
Block a user