diff options
author | Ryan S. Brown <sb@ryansb.com> | 2017-08-22 18:26:52 -0400 |
---|---|---|
committer | Ryan S. Brown <sb@ryansb.com> | 2017-08-22 18:26:52 -0400 |
commit | a9458ca60928981f85641216fd881049739b6167 (patch) | |
tree | 92a80e5505e142d5227562bd7c7cf4fbf54ec445 | |
parent | a48e0b5101b0d025dae66c7523303ed6f916a05f (diff) | |
download | ansible-a9458ca60928981f85641216fd881049739b6167.tar.gz |
Add aws_direct_connect_link_aggregation_group to changelog
-rw-r--r-- | .github/BOTMETA.yml | 1 | ||||
-rw-r--r-- | CHANGELOG.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index dda0f0ab2f..50deff88f0 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -37,6 +37,7 @@ files: notify: - willthames $modules/cloud/amazon/aws_api_gateway.py: mikedlr willthames + $modules/cloud/amazon/aws_direct_connect_link_aggregation_group.py: s-hertel $modules/cloud/amazon/aws_kms.py: willthames $modules/cloud/amazon/cloudformation.py: jsmartin ryansb tedder $modules/cloud/amazon/cloudformation_facts.py: jmenga diff --git a/CHANGELOG.md b/CHANGELOG.md index ee073aeef7..77fe5f5935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -171,6 +171,7 @@ Ansible Changes By Release #### Cloud - amazon * aws_api_gateway + * aws_direct_connect_link_aggregation_group * aws_s3 * aws_s3_bucket_facts * data_pipeline |