mirror of https://github.com/ansible/ansible.git
Added missing SSL parameters to rabbitmq_binding (#58064)
In rabbitmq_binding.py the SSL parameters ca_cert, client_cert, client_key were only passed to requests for post requests. This change updates the DELETE and GET requests to include these parameters as well.pull/58523/head
parent
045caaa400
commit
d2ccf90610
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- rabbitmq_binding - added missing SSL options for HTTP GET and DELETE requests
|
Loading…
Reference in New Issue