Files
community.general/lib/ansible/modules/cloud/amazon
Michel Alexandre Salim 325a979876 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.
2016-12-08 11:23:52 -05:00
..
2016-12-08 11:23:42 -05:00
2016-12-08 11:23:45 -05:00
2016-12-08 11:23:25 -05:00
2016-12-08 11:23:49 -05:00
2016-12-08 11:23:39 -05:00
2016-12-08 11:23:47 -05:00
2016-12-08 11:23:48 -05:00