ffcebd317b
Currently, Ansible interprets variables with a True|False value as boolean. This causes the vmware_deploy_ovf module to break, because it can only accept string values as properties. This fix checks if a value is boolean, and converts it to a string if it is. Since integers do not seem to be causing the same error, this is the only check we appear to need. After completion, OVF properties that are boolean can be specified as yes|no or true|false. Closes: #45528 |
||
---|---|---|
.. | ||
ansible |