1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins
Olof Johansson 1a0a185ac3
scaleway: Fix case mismatch causing key lookup failure (#445)
The common http api client class used by the scaleway modules only
enables automatic jsonification of the request body if the
"Content-Type" header is application/json. The client only included
"Content-type" in its default set of headers (notice the case
variation).

This caused a KeyError on send() if the caller relied on the default
content-type value.
2020-06-02 14:09:58 +01:00
..
become Update sesu.py: use defined prompt (#227) 2020-05-28 23:09:11 +01:00
cache redis cache - add support for TLS/encryption in transit (#410) 2020-05-30 12:26:37 +02:00
callback Bug/syslog json exception (#408) 2020-05-25 07:47:01 +02:00
connection Fix the environment variable 2020-05-19 22:37:17 -07:00
doc_fragments Un-remove wrongly removed ovirt modules and adjust deprecation to Ansible 2.14 (#353) 2020-05-18 20:43:50 +01:00
filter time_filter: improve hints in error message (#368) 2020-05-20 09:22:56 +02:00
inventory Add validity check for [Driver][IPAddress] else use docker-machine ip command. (#412) 2020-05-25 23:04:09 +02:00
lookup Fix the docs for dig and nios. 2020-05-20 13:16:51 -07:00
module_utils scaleway: Fix case mismatch causing key lookup failure (#445) 2020-06-02 14:09:58 +01:00
modules Mysql db unsafe passwd (#428) 2020-06-02 09:17:54 +03:00