You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud/misc
Shinichi TAMURA 5fbb0de36f 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.
8 years ago
..
__init__.py Categorize some modules. 10 years ago
ovirt.py make sure nic is always defined (#2678) 8 years ago
proxmox.py Implement mounts in proxmox module (#2426) 9 years ago
proxmox_template.py Replace choices=BOOLEANS by type='bool', fix #1326 9 years ago
virt.py Add partial doc on return value of virt (#2116) 9 years ago
virt_net.py Allow value to be bool where 'yes'/'no' are in choices (#2593) 8 years ago
virt_pool.py Allow value to be bool where 'yes'/'no' are in choices (#2593) 8 years ago