ansible/changelogs/fragments/55716-ec2_instance_int_volume_size.yml
Andrea Tartaglia 2a1e7403c4 ec2_instance: Force int when ebs.volume_size or ebs.iops is specified (#55716)
* Force int when volume_size is specified

* changelog

* both volume_size and iops must be int

* updated changelog fragment

(cherry picked from commit 5a6f888036)
2019-07-30 13:16:45 -07:00

2 lines
125 B
YAML

bugfixes:
- ec2_instance - Ensures ``ebs.volume_size`` and ``ebs.iops`` are ``int`` to avoid issues with Jinja2 templating