mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-19 00:41:28 -07:00
Normalize more booleans. (#5247)
This commit is contained in:
parent
570445adc4
commit
015566fb06
170 changed files with 465 additions and 465 deletions
|
@ -113,7 +113,7 @@ EXAMPLES = '''
|
|||
url: https://jenkins.example.com/ghprbhook/
|
||||
content_type: json
|
||||
secret: "{{ github_shared_secret }}"
|
||||
insecure_ssl: True
|
||||
insecure_ssl: true
|
||||
events:
|
||||
- issue_comment
|
||||
- pull_request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue