summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2019-06-10 19:33:38 +0200
committerGitHub <noreply@github.com>2019-06-10 19:33:38 +0200
commit804d5eaf8ee178d4d96294f7e4d45b7991f90ff8 (patch)
tree8a92d82fd79cd88bfb934763498601e8b44f80a8 /.github
parent1d054a6671a95a0d50271da87f4a5e5e13d2c73b (diff)
downloadansible-804d5eaf8ee178d4d96294f7e4d45b7991f90ff8.tar.gz
AWS: _facts -> _info (part 3) (#57635)
* Rename ec2_ami_facts -> ec2_ami_info. * Rename ec2_asg_facts -> ec2_asg_info. * Rename ec2_customer_gateway_facts -> ec2_customer_gateway_info. * Rename ec2_eip_facts -> ec2_eip_info. * Rename ec2_elb_facts -> ec2_elb_info. * Rename ec2_eni_facts -> ec2_eni_info. * Rename ec2_group_facts -> ec2_group_info. * Rename ec2_instance_facts -> ec2_instance_info. * Rename ec2_lc_facts -> ec2_lc_info. * Rename ec2_placement_group_facts -> ec2_placement_group_info. * Rename ec2_snapshot_facts -> ec2_snapshot_info. * Rename ec2_vol_facts -> ec2_vol_info. * Update module defaults, add changelog and porting guide. * Forgot one occurence of ec2_instance_facts. * Update BOTMETA. * Break too long line.
Diffstat (limited to '.github')
-rw-r--r--.github/BOTMETA.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml
index 0ef3c9316d..82061c9c8e 100644
--- a/.github/BOTMETA.yml
+++ b/.github/BOTMETA.yml
@@ -61,12 +61,12 @@ files:
$modules/cloud/amazon/ec2_ami.py: willthames
$modules/cloud/amazon/ec2_asg.py: $team_ansible s-hertel ryansb
$modules/cloud/amazon/ec2_group.py: $team_ansible
- $modules/cloud/amazon/ec2_group_facts.py: willthames
+ $modules/cloud/amazon/ec2_group_info.py: willthames
$modules/cloud/amazon/ec2_instance.py: Shaps
- $modules/cloud/amazon/ec2_instance_facts.py: willthames
+ $modules/cloud/amazon/ec2_instance_info.py: willthames
$modules/cloud/amazon/ec2_key.py: $team_ansible
$modules/cloud/amazon/ec2_lc.py: $team_ansible
- $modules/cloud/amazon/ec2_lc_facts.py: willthames
+ $modules/cloud/amazon/ec2_lc_info.py: willthames
$modules/cloud/amazon/ec2_metric_alarm.py: $team_ansible
$modules/cloud/amazon/ec2_tag.py: $team_ansible
$modules/cloud/amazon/ec2_vol.py: $team_ansible