1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules/cloud
Francois Deppierraz 181c3aa25f Fix auto_floating_ip documentation
The default value is 'no' instead of the currently documented 'yes'.

See cloud/openstack/nova_compute.py line 543:

        auto_floating_ip                = dict(default=False, type='bool'),
2016-12-08 11:22:31 -05:00
..
amazon retry_interval needs to be a float before passing to time.sleep 2016-12-08 11:22:31 -05:00
azure added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
digital_ocean Remove trailing whitespace in digital_ocean_domain 2016-12-08 11:22:27 -05:00
docker Clean up the docker module just a little so that we can unittest the get_split_image_tag function 2016-12-08 11:22:27 -05:00
google Remove incorrect executable permissions. 2016-12-08 11:22:26 -05:00
linode added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
openstack Fix auto_floating_ip documentation 2016-12-08 11:22:31 -05:00
rackspace added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
vmware Fixed a typo on power options 2016-12-08 11:22:30 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00