mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 22:03:09 +00:00
Normalize more booleans. (#5247)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user