diff options
author | Will Thames <will@thames.id.au> | 2019-02-13 13:06:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-13 13:06:58 +1000 |
commit | 46fbcf08bc1998db821714ad65a2b271e4e74f89 (patch) | |
tree | 774951d7ba00b037ce9de0eaf44bab1fd277161e /.gitignore | |
parent | 1f3a74c0c82556a3ed435c55b901a6f43d599f8a (diff) | |
download | ansible-46fbcf08bc1998db821714ad65a2b271e4e74f89.tar.gz |
aws_kms enhancements (#31960)
* Allow creation and deletion of keys (deletion just schedules for
deletion, recreating an old key is just cancelling its deletion)
* Allow grants to be set, thus enabling encryption contexts to be
used with keys
* Allow tags to be added and modified
* Add testing for KMS module
* Tidy up aws_kms module to latest standards
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 07a759e1b7..d93ebbdc62 100644 --- a/.gitignore +++ b/.gitignore @@ -86,6 +86,7 @@ packaging/release/ansible_release /test/results/junit/*.xml /test/results/logs/*.log /test/results/data/*.json +/test/integration/cloud-config-aws.yml /test/integration/inventory.remote /test/integration/inventory.networking /test/integration/inventory.winrm |