1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
Find a file
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
.github Remove more remains of intersight_info. (#396) 2020-05-22 07:59:41 +02:00
changelogs scaleway: Fix case mismatch causing key lookup failure (#445) 2020-06-02 14:09:58 +01:00
meta Prepare for action groups PR (ansible/ansible#67291). (#430) 2020-05-28 23:57:24 +02:00
plugins scaleway: Fix case mismatch causing key lookup failure (#445) 2020-06-02 14:09:58 +01:00
scripts Fix linting errors. (#343) 2020-05-15 13:35:41 +02:00
tests Mysql db unsafe passwd (#428) 2020-06-02 09:17:54 +03:00
.gitignore Initial commit 2020-03-09 09:11:07 +00:00
COPYING Initial commit 2020-03-09 09:11:07 +00:00
galaxy.yml Update dependency versions in galaxy.yml (#433) 2020-05-29 11:45:56 +02:00
README.md Initial commit 2020-03-09 09:11:07 +00:00
shippable.yml Add extra sanity tests and changelog config. (#352) 2020-05-18 19:36:35 +02:00

GitHub Actions CI/CD build status — Collection test suite

Ansible Collection: community.general