mirror of https://github.com/ansible/ansible.git
Add validate_certs to jira module (#34756)
The jira module uses ansible.module_utils.urls.fetch_url which will attempt to get that value of the validate_certs parameter from the module; if present it will honor it's value, otherwise it defaults to True. This patch adds that parameter to jira so that it can be specified by the user and honored by ansible.module_utils.urls.fetch_url Signed-off-by: Adam Miller <admiller@redhat.com>pull/34785/head
parent
85f300e02b
commit
d860e13ae1
Loading…
Reference in New Issue