-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certificate validation option #264
Certificate validation option #264
Conversation
Build failed. ✔️ build-ansible-collection SUCCESS in 7m 02s |
Build failed. ✔️ build-ansible-collection SUCCESS in 7m 50s |
recheck |
Build succeeded. ✔️ build-ansible-collection SUCCESS in 7m 02s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Build failed (gate pipeline). For information on how to proceed, see https://ansible.softwarefactory-project.io/zuul/buildset/97d87d14a0304882be994abe462059cf ✔️ build-ansible-collection SUCCESS in 7m 01s |
recheck |
Build succeeded (gate pipeline). ✔️ build-ansible-collection SUCCESS in 6m 41s |
SUMMARY
This PR adds validate_certs instance option to avoid error when using self-signed certificate as reported in issue #258.
ISSUE TYPE
COMPONENT NAME
module_utils.arguments.py
module_utils.client.py
doc_fragments.instance.py
ADDITIONAL INFORMATION
Closes #258