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/network
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
..
a10
asa
citrix
f5
netconf
__init__.py
cloudflare_dns.py
dnsimple.py
dnsmadeeasy.py
haproxy.py
ipify_facts.py
lldp.py
nmcli.py Allow value to be bool where 'yes'/'no' are in choices (#2593) 8 years ago
openvswitch_bridge.py
openvswitch_db.py
openvswitch_port.py
snmp_facts.py
wakeonlan.py