ansible/cloud
Michel Alexandre Salim 18f4f5dcc6 Set the argument type for ec2_vol's encrypted parameter
If this is not set, Ansible parses the parameter as a string.
This is fine if the parameter is not provided by the caller, but
if it is set to False or True explicitly, ec2_vol receives this as
the string 'False' or the string 'True', both of which are truthy.

Thus, without this fix, setting the parameter results in encryption
always enabled.
2015-12-09 10:14:06 +07:00
..
amazon Set the argument type for ec2_vol's encrypted parameter 2015-12-09 10:14:06 +07:00
azure keep backwards compatibility 2015-10-03 14:03:54 -03:00
digital_ocean doc updates 2015-11-25 23:48:02 -08:00
docker Add zfil as an owner of the docker module 2015-11-06 21:18:46 -08:00
google Delete dead and broken code 2015-08-24 20:06:53 +02:00
linode Updating cloud modules with proper github author information 2015-06-15 14:41:22 -04:00
openstack fixed quantum_ modules to work with minimum access rights if greater access rights are not needed 2015-11-26 15:34:47 +02:00
rackspace added version added to new rax_cdb choices 2015-10-07 21:30:17 -04:00
vmware Added support for reconfiguring network (moving to another switch, for example) 2015-11-04 14:22:08 +01:00
__init__.py