mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 13:59:09 -07:00
Normalize more booleans. (#5247)
This commit is contained in:
parent
570445adc4
commit
015566fb06
170 changed files with 465 additions and 465 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue