summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMark Chappell <mchappel@redhat.com>2020-02-20 15:35:41 +0100
committerGitHub <noreply@github.com>2020-02-20 15:35:41 +0100
commit335108ac623660f2cd4ff91c491162564d1e5526 (patch)
tree177cae871b4594d7705feee65e83cc7ddb52a5eb /changelogs
parentpostgresql_info: add subscription info (#67464) (diff)
downloadansible-335108ac623660f2cd4ff91c491162564d1e5526.tar.xz
ansible-335108ac623660f2cd4ff91c491162564d1e5526.zip
Refactor aws_kms to bring down the complexity score (#66037)
* Remove dead code key_matches_filter/key_matches_filters * Fail more cleanly when we don't recognise the 'shape' of KMS policy * Refactor aws_kms to bring down the complexity * Minor docs tweaks * Changelog fragment * Fixups from review
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/66037-aws_kms.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/66037-aws_kms.yml b/changelogs/fragments/66037-aws_kms.yml
new file mode 100644
index 0000000000..945d29cd23
--- /dev/null
+++ b/changelogs/fragments/66037-aws_kms.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - 'aws_kms: code refactor, some error messages updated'