diff options
author | Will Thames <will@thames.id.au> | 2017-08-28 11:52:22 -0500 |
---|---|---|
committer | Ryan Brown <sb@ryansb.com> | 2017-08-28 12:52:22 -0400 |
commit | 63df0adc17fe8f9a8852881e6e5e99f2c9b5492a (patch) | |
tree | 007b85fb1523cb12c026c3fbf1e94e0713726dec /.gitignore | |
parent | f08c29924ec58edb415cb69eec9a55ac59656b3d (diff) | |
download | ansible-63df0adc17fe8f9a8852881e6e5e99f2c9b5492a.tar.gz |
[cloud] Update RDS parameter group for boto3 (#25345)
* Update RDS parameter group for boto3
* Update to boto3
* Update to latest ansible standards
* Remove choices list for valid engines (See #19221 for context)
* Allow tagging
* Return some useful information, and document that information
* Add tests for rds_param_group
* Improve testing of rds_param_group
* Add purge_tags option for rds_param_group
* Fix remaining broken rds_param_group tests
* Ensure the group name is lowercased. Fixes integration tests when run on OSX
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8b36dee09f..753edbde16 100644 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,7 @@ packaging/release/ansible_release /test/integration/inventory.remote /test/integration/inventory.networking /test/integration/inventory.winrm +/test/integration/cloud-config-aws.yml # python 'rope' stuff .ropeproject # local 'ack' config files |