mirror of https://github.com/ansible/ansible.git
* Fix ec2_ami block_device_mapping volume_size to be int in 2.5 (#40938) * fix ec2_ami block_device_mapping size to be int * fixed cr issues renamed `type` to `attribute_type` reused `new_item` instead of creating new variable `value` (cherry picked from commitpull/41305/headab96a84154
) * changelog (cherry picked from commite6cd727181
) * changelog format tweak
parent
125d1e3867
commit
1256fedd61
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- ec2_ami - cast the device_mapping volume size to an int (https://github.com/ansible/ansible/pull/40938)
|
Loading…
Reference in New Issue