mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07: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:
parent
e0346d400f
commit
d9f3e7a2ec
22 changed files with 38 additions and 53 deletions
|
@ -150,7 +150,6 @@ EXAMPLES = '''
|
|||
community.general.gitlab_user:
|
||||
api_url: https://gitlab.example.com/
|
||||
api_token: "{{ access_token }}"
|
||||
validate_certs: false
|
||||
username: myusername
|
||||
state: absent
|
||||
|
||||
|
@ -190,7 +189,6 @@ EXAMPLES = '''
|
|||
community.general.gitlab_user:
|
||||
api_url: https://gitlab.example.com/
|
||||
api_token: "{{ access_token }}"
|
||||
validate_certs: false
|
||||
username: myusername
|
||||
state: blocked
|
||||
|
||||
|
@ -198,7 +196,6 @@ EXAMPLES = '''
|
|||
community.general.gitlab_user:
|
||||
api_url: https://gitlab.example.com/
|
||||
api_token: "{{ access_token }}"
|
||||
validate_certs: false
|
||||
username: myusername
|
||||
state: unblocked
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue