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.
parent
63d2575f9f
commit
2962dabeda
Loading…
Reference in New Issue