Skip to content

Commit

Permalink
Cleanup meta/runtime.yml (#906)
Browse files Browse the repository at this point in the history
Cleanup meta/runtime.yml

SUMMARY

inventory and lookup plugins don't use module_defaults
Add note about delaying the removal of new aliases
drop the note about aws_az_facts and ec2_eni_facts, they were removed in release 2.0.0 (main is now 5.0.0)

ISSUE TYPE

Feature Pull Request

COMPONENT NAME
meta/runtime.yml
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored Jun 29, 2022
1 parent 5693b52 commit 61d2e73
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ action_groups:
- aws_az_info
- aws_caller_info
- aws_s3
- aws_secret
- cloudformation
- cloudformation_info
- ec2_ami
Expand Down Expand Up @@ -43,34 +42,22 @@ action_groups:
- ec2_vpc_subnet
- ec2_vpc_subnet_info
- elb_classic_lb
- iam
- rds
- s3_bucket
- s3_object
plugin_routing:
action:
aws_s3:
redirect: amazon.aws.s3_object
modules:
aws_az_facts:
deprecation:
removal_date: 2022-06-01
warning_text: >-
aws_az_facts was renamed in Ansible 2.9 to aws_az_info.
Please update your tasks.
aws_s3:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.s3_object
ec2_elb_lb:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.elb_classic_lb
ec2_group:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.ec2_security_group
ec2_group_info:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.ec2_security_group_info
ec2_eni_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_eni_facts was renamed in Ansible 2.9 to ec2_eni_info.
Please update your tasks.

0 comments on commit 61d2e73

Please sign in to comment.