summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2019-06-10 21:40:05 +0200
committerGitHub <noreply@github.com>2019-06-10 21:40:05 +0200
commit13f73adef52d60a8f445dc755e380a1542ef2d64 (patch)
treed0fe6af7f8558b1d1cc813803a4501a6e1c867d2 /.github
parent598a058afe14eb2ee0c93789471be3c4b5620a9c (diff)
downloadansible-13f73adef52d60a8f445dc755e380a1542ef2d64.tar.gz
AWS: _facts -> _info (part 4) (#57651)
* Rename ec2_vpc_dhcp_option_facts -> ec2_vpc_dhcp_option_info. * Rename ec2_vpc_endpoint_facts -> ec2_vpc_endpoint_info. * Rename ec2_vpc_igw_facts -> ec2_vpc_igw_info. * Rename ec2_vpc_nacl_facts -> ec2_vpc_nacl_info. * Rename ec2_vpc_nat_gateway_facts -> ec2_vpc_nat_gateway_info. * Rename ec2_vpc_net_facts -> ec2_vpc_net_info. * Rename ec2_vpc_peering_facts -> ec2_vpc_peering_info. * Rename ec2_vpc_route_table_facts -> ec2_vpc_route_table_info. * Rename ec2_vpc_subnet_facts -> ec2_vpc_subnet_info. * Rename ec2_vpc_vgw_facts -> ec2_vpc_vgw_info. * Rename ec2_vpc_vpn_facts -> ec2_vpc_vpn_info. * Update module defaults, add changelog and porting guide. * Update BOTMETA.
Diffstat (limited to '.github')
-rw-r--r--.github/BOTMETA.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml
index 82061c9c8e..cacb03d81e 100644
--- a/.github/BOTMETA.yml
+++ b/.github/BOTMETA.yml
@@ -71,13 +71,13 @@ files:
$modules/cloud/amazon/ec2_tag.py: $team_ansible
$modules/cloud/amazon/ec2_vol.py: $team_ansible
$modules/cloud/amazon/ec2_vpc_endpoint.py: willthames
- $modules/cloud/amazon/ec2_vpc_endpoint_facts.py: willthames
+ $modules/cloud/amazon/ec2_vpc_endpoint_info.py: willthames
$modules/cloud/amazon/ec2_vpc_igw.py: willthames
- $modules/cloud/amazon/ec2_vpc_igw_facts.py: willthames
- $modules/cloud/amazon/ec2_vpc_nat_gateway_facts.py: willthames
+ $modules/cloud/amazon/ec2_vpc_igw_info.py: willthames
+ $modules/cloud/amazon/ec2_vpc_nat_gateway_info.py: willthames
$modules/cloud/amazon/ec2_vpc_net.py: $team_ansible
- $modules/cloud/amazon/ec2_vpc_net_facts.py: whiter
- $modules/cloud/amazon/ec2_vpc_peering_facts.py: willthames
+ $modules/cloud/amazon/ec2_vpc_net_info.py: whiter
+ $modules/cloud/amazon/ec2_vpc_peering_info.py: willthames
$modules/cloud/amazon/ec2_vpc_subnet.py: willthames
$modules/cloud/amazon/ecs_cluster.py: willthames
$modules/cloud/amazon/ecs_ecr.py: willthames