Files
community.general/lib/ansible/modules/cloud/amazon
Max Rothman 086038cb4f Fix rds "promote" command never promoting
Previously, the `promote` command in the `rds` module would always return OK and never actually promote an instance. This was because `promote_db_instance()` had its conditions backwards: if the instance had the `replication_source` attribute indicating that it **was** a replica, it would set `changed = False` and do nothing. If the instance **wasn't** a replica, it would attempt to run `boto.rds.promote_read_replica()`, which would always fail.
2016-12-08 11:23:49 -05:00
..
2016-12-08 11:23:42 -05:00
2016-12-08 11:23:40 -05:00
2016-12-08 11:23:45 -05:00
2016-12-08 11:23:48 -05:00
2016-12-08 11:23:48 -05:00
2016-12-08 11:23:25 -05:00
2016-12-08 11:23:33 -05:00
2016-12-08 11:23:39 -05:00
2016-12-08 11:23:40 -05:00
2016-12-08 11:23:22 -05:00
2016-12-08 11:23:49 -05:00
2016-12-08 11:23:47 -05:00
2016-12-08 11:23:48 -05:00