mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
Only disable cert validation in examples for local network access (#7576)
Only disable cert validation in examples for local network access!
This commit is contained in:
@@ -106,7 +106,6 @@ EXAMPLES = r'''
|
||||
community.general.gitlab_project_members:
|
||||
api_url: 'https://gitlab.example.com'
|
||||
api_token: 'Your-Private-Token'
|
||||
validate_certs: false
|
||||
project: projectname
|
||||
gitlab_user: username
|
||||
state: absent
|
||||
|
||||
Reference in New Issue
Block a user