mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-18 03:51:43 -07:00
fix scaleway_user_data (#3940)
* fix scaleway_user_data scaleway_user_data put cloud-init valuer with 2 unexpected " (begin and end of value) If Content-Type is not change , it's jsonify ( file module_utils/scaleway.py ligne 131 ) fix the probleme when "Content-Type" is used instead of "Content-type" * Create 3940_fix_contenttype_scaleway_user_data.yml * Update changelogs/fragments/3940_fix_contenttype_scaleway_user_data.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
84e45c2cc0
commit
043b407412
2 changed files with 3 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- scaleway_user_data - fix double-quote added where no double-quote is needed to user data in scaleway's server (``Content-type`` -> ``Content-Type``) (https://github.com/ansible-collections/community.general/pull/3940).
|
Loading…
Add table
Add a link
Reference in a new issue