1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add aws_direct_connect_link_aggregation_group to changelog

This commit is contained in:
Ryan S. Brown 2017-08-22 18:26:52 -04:00
parent a48e0b5101
commit a9458ca609
2 changed files with 2 additions and 0 deletions

1
.github/BOTMETA.yml vendored
View file

@ -37,6 +37,7 @@ files:
notify: notify:
- willthames - willthames
$modules/cloud/amazon/aws_api_gateway.py: mikedlr 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/aws_kms.py: willthames
$modules/cloud/amazon/cloudformation.py: jsmartin ryansb tedder $modules/cloud/amazon/cloudformation.py: jsmartin ryansb tedder
$modules/cloud/amazon/cloudformation_facts.py: jmenga $modules/cloud/amazon/cloudformation_facts.py: jmenga

View file

@ -171,6 +171,7 @@ Ansible Changes By Release
#### Cloud #### Cloud
- amazon - amazon
* aws_api_gateway * aws_api_gateway
* aws_direct_connect_link_aggregation_group
* aws_s3 * aws_s3
* aws_s3_bucket_facts * aws_s3_bucket_facts
* data_pipeline * data_pipeline