mirror of https://github.com/ansible/ansible.git
Fix for modifying the size of an RDS instance.
When attempting to modify the size of an RDS instance Ansible succeeds and returns a "changed" status. However, no changes are applied to the RDS instance. Boto is looking for a keyword parameter of "allocated_storage" to update the size, and this parameter wasn't being included.reviewable/pr18780/r1
parent
0813c5fb40
commit
ba8930c83a
Loading…
Reference in New Issue