rhn_channel: Add validate_certs parameter (#79)

Provide parameter to override HTTPS verification.

Fixes: ansible/ansible#68374

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2020-03-31 12:17:20 +05:30 committed by GitHub
parent 273a678771
commit 50f8477dbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- Add validate_certs in rhn_channel module (https://github.com/ansible/ansible/issues/68374).