mirror of https://github.com/ansible/ansible.git
Send API parameters as JSON in cloudscale_server module
Use JSON to send the POST data to the API instead of an urlencoded
string. Urlencoding is not really a good match for some Python
datatypes.
This fixes an issue when submitting a list of SSH keys which did not get
translated properly.
Partial cherry-pick of the important parts of 4c94c6f9ba.
pull/34028/merge
parent
b375d5f3ea
commit
03eccdea19
Loading…
Reference in New Issue