mirror of https://github.com/ansible/ansible.git
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.reviewable/pr18780/r1
parent
f2b72e62c0
commit
18f4f5dcc6
Loading…
Reference in New Issue