mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ae4bee2627
* added validate_certs parameter, setting the PYTHONHTTPSVERIFY env var
* added changelog fragment
* Update plugins/modules/web_infrastructure/jenkins_job.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/web_infrastructure/jenkins_job.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 7452a53647
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2 lines
192 B
YAML
2 lines
192 B
YAML
minor_changes:
|
|
- jenkins_job - add a ``validate_certs`` parameter that allows disabling TLS/SSL certificate validation (https://github.com/ansible-collections/community.general/issues/255).
|