mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
590ff351b4
one_vm: fix syntax error when creating VMs with a more complex template (#6294)
* 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 #6225
* module_utils/opennebula: skip empty values in render
(cherry picked from commit
|
||
---|---|---|
.. | ||
.keep | ||
6199-archive-generate-checksum-in-chunks.yml | ||
6206-dconf-booleans.yml | ||
6212-pipx-include-injected.yml | ||
6259-redhat_subscription-fix-force.yaml | ||
6267-homebrew-cask-upgrade-all-greedy.yml | ||
6269-mksysb-output.yml | ||
6275-redhat_subscription-fix-environments-centos.yaml | ||
6277-add-topics-gitlab-project.yml | ||
6293-add-puppet-skip-tags-option.yaml | ||
6294-fix-one_vm-instantiation.yml | ||
6296-LanceNero-Terraform_statefile_check.yml | ||
6308-pipx-add-system-site-packages.yml | ||
6312-nmcli-add-macvlan-connection-type.yml | ||
6319-redhat_subscription-fix-environment-parameter.yaml |