mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-23 16:34:52 +01:00
2982b03809
Attempt to fix #192 (Github Issue), potential regression since 70487061f4aa111. Serializing as JSON/YAML explicitly is much better than relying on magic (well, Python serialization being valid YAML..). It seems like Python may prefix strings with `u` sometimes (Python 3?), which causes Python serialization to not be compatible with YAML.