community.general/lib/ansible/modules/extras/cloud/misc
Shinichi TAMURA a3860ecf1e Allow value to be bool where 'yes'/'no' are in choices (#2593)
* Changed type of 'details' argument to bool on ecs_service_facts module.

* Changed type of 'autostart' argument to bool on virt_* modules.

* Changed types of 'autoconnect' and 'stp' argument to bool on nmcli module.
('create_connection_bridge(self)' and 'modify_connection_bridge(self)' are not implemented yet?)

* Added conversion of 'value' argument when 'vtype' is boolean on debconf module.
2016-12-08 11:34:41 -05:00
..
__init__.py Categorize some modules. 2016-12-08 11:32:19 -05:00
ovirt.py make sure nic is always defined (#2678) 2016-12-08 11:34:38 -05:00
proxmox.py Implement mounts in proxmox module (#2426) 2016-12-08 11:34:24 -05:00
proxmox_template.py Replace choices=BOOLEANS by type='bool', fix #1326 2016-12-08 11:33:40 -05:00
virt.py Add partial doc on return value of virt (#2116) 2016-12-08 11:34:10 -05:00
virt_net.py Allow value to be bool where 'yes'/'no' are in choices (#2593) 2016-12-08 11:34:41 -05:00
virt_pool.py Allow value to be bool where 'yes'/'no' are in choices (#2593) 2016-12-08 11:34:41 -05:00