You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Hi,
I wonder if this is a missing feature or a bug. We create ebs volumes via ec2_vol: task and "{{ discs }}" dictionary. e.g. ----- discs: /dev/xvdb: volume_size: "360" delete_on_termination: "true" volume_type: gp2
Now I would like to change the volume size of xvdb from 360gb to 400gb. But if I change the entry in the discs dictionary and rerun the ec2_vol task nothing happens.
My mistake or a bug? (ansible 2.4.2.0 on centos 7)