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/tests/unit/plugins/module_utils
Georg Gadinger cb3ca05bd1
one_vm: fix syntax error when creating VMs with a more complex template ()
* one_vm: fix syntax error when creating VMs with a more complex template

with more complex templates that make use of quoted strings the new
"render" method fails to produce a template that is accepted by
OpenNebula.  ==> escape double quotes in strings to make OpenNebula
happy again.

I also tested whether newlines need to be escaped, looks like they are
fine as they are.

Fixes 

* module_utils/opennebula: skip empty values in render
2023-04-16 13:22:49 +02:00
..
cloud Remove unnecessary test imports () 2023-02-12 21:05:08 +01:00
hwc Fix more copyright lines, add more default copyright lines () 2022-08-08 14:24:58 +02:00
identity/keycloak
net_tools/pritunl
xenserver Add more default license and copyright notices () 2022-08-08 08:44:19 +02:00
conftest.py
test_cmd_runner.py cmd_runner: allow bool format to pass alternate (false) value () 2022-12-04 12:18:33 +01:00
test_csv.py Fix more copyright lines, add more default copyright lines () 2022-08-08 14:24:58 +02:00
test_database.py Fix more copyright lines, add more default copyright lines () 2022-08-08 14:24:58 +02:00
test_known_hosts.py
test_module_helper.py Remove unnecessary test imports () 2023-02-12 21:05:08 +01:00
test_ocapi_utils.py Remote management modules for OCAPI-based devices. () 2023-01-22 17:10:36 +01:00
test_onepassword.py onepassword - Support v2 () 2022-11-06 11:32:35 +01:00
test_opennebula.py one_vm: fix syntax error when creating VMs with a more complex template () 2023-04-16 13:22:49 +02:00
test_saslprep.py Add more license statements () 2022-08-07 13:37:23 +02:00
test_utm_utils.py