community.general/lib/ansible
Jay Jahns ffcebd317b Account for boolean OVF properties (#45529)
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
2018-10-08 06:14:58 -04:00
..
cli avoid empty groups in json output (#45621) 2018-09-13 15:38:52 -04:00
compat Fix the local and ssh plugins for a cornercase retrying a syscall 2018-08-13 07:17:11 -07:00
config Add configuration to override location of ansible-connection (#46128) 2018-10-01 14:29:59 -04:00
errors give hint to users when a file is not found 2018-04-10 17:19:03 -04:00
executor win_exec: refactor PS exec runner (#45334) 2018-10-02 15:55:53 -07:00
galaxy Link to the Galaxy platforms list from the meta file template (#34046) 2018-09-17 13:39:54 -05:00
inventory add docstring for ansible.inventory.helpers.get_group_vars 2018-09-14 16:02:45 -04:00
module_utils docker_container, docker_image_facts: allow to use image IDs (#46324) 2018-10-06 08:50:31 -05:00
modules Account for boolean OVF properties (#45529) 2018-10-08 06:14:58 -04:00
parsing Ensure _raw_params retain exact spaces 2018-09-28 19:19:58 +02:00
playbook better error on empty playbook 2018-09-28 15:21:57 -04:00
plugins Misc typo in logentries plugin module (#46568) 2018-10-07 07:25:01 +05:30
template remove unused templar._clean_data() (#42739) 2018-09-11 09:11:03 +02:00
utils Docs: Clean up of 'template' module docs (#46297) 2018-10-03 22:12:25 -05:00
vars Speed up VariableManager by preserving Templar state. (#45572) 2018-09-25 16:24:25 -04:00
__init__.py
constants.py cisco firepower : Make API endpoints configurable via hostvars (#44952) 2018-08-31 18:38:16 +05:30
release.py Codename: How Many More Times 2018-09-04 12:38:29 -04:00