Skip to content

Commit

Permalink
Merge pull request ansible-collections#579 from jillr/remove_ec2_inst…
Browse files Browse the repository at this point in the history
…ance

Remove ec2_instance modules and tests

Reviewed-by: Ansibullbot manages ticket workflow
             https://github.com/ansibullbot
  • Loading branch information
ansible-zuul[bot] authored May 25, 2021
2 parents 7315c06 + 9d58547 commit 013e418
Show file tree
Hide file tree
Showing 37 changed files with 10 additions and 8,888 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/migrate_ec2_instance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
breaking_changes:
- ec2_instance - The module has been migrated to the ``amazon.aws`` collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use ``amazon.aws.ec2_instance``.
- ec2_instance_info - The module has been migrated to the ``amazon.aws`` collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use ``amazon.aws.ec2_instance_info``.
1,887 changes: 0 additions & 1,887 deletions docs/community.aws.ec2_instance_info_module.rst

This file was deleted.

2,738 changes: 0 additions & 2,738 deletions docs/community.aws.ec2_instance_module.rst

This file was deleted.

13 changes: 5 additions & 8 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ action_groups:
- cloudwatchlogs_log_group_facts
- ec2_asg_facts
- ec2_customer_gateway_facts
- ec2_instance_facts
- ec2_eip_facts
- ec2_elb_facts
- ec2_lc_facts
Expand Down Expand Up @@ -113,8 +112,6 @@ action_groups:
- ec2_eip_info
- ec2_elb
- ec2_elb_info
- ec2_instance
- ec2_instance_info
- ec2_launch_template
- ec2_lc
- ec2_lc_find
Expand Down Expand Up @@ -295,12 +292,12 @@ plugin_routing:
ec2_customer_gateway_facts was renamed in Ansible 2.9 to
ec2_customer_gateway_info.
Please update your tasks.
ec2_instance:
redirect: amazon.aws.ec2_instance
ec2_instance_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_instance_facts was renamed in Ansible 2.9 to ec2_instance_info.
Please update your tasks.
redirect: amazon.aws.ec2_instance_info
ec2_instance_info:
redirect: amazon.aws.ec2_instance_info
ec2_eip_facts:
deprecation:
removal_date: 2021-12-01
Expand Down
Loading

0 comments on commit 013e418

Please sign in to comment.