From 57146bb9b1d50bf90858a32a77d8263e8940f5a2 Mon Sep 17 00:00:00 2001 From: jillr Date: Mon, 7 Jun 2021 18:18:35 +0000 Subject: [PATCH 1/2] Add deprecation changelog for ec2.py inventory script --- changelogs/fragments/deprecate_ec2_inv_script.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/deprecate_ec2_inv_script.yml diff --git a/changelogs/fragments/deprecate_ec2_inv_script.yml b/changelogs/fragments/deprecate_ec2_inv_script.yml new file mode 100644 index 00000000000..88e623ffdf4 --- /dev/null +++ b/changelogs/fragments/deprecate_ec2_inv_script.yml @@ -0,0 +1,2 @@ +deprecated_features: +- script_inventory_ec2 - The ec2.py inventory script us being moved to a new repository. The script can now be downloaded from https://github.com/ansible-community/contrib-scripts/blob/main/inventory/ec2.py and will be removed from this collection in the 3.0 release. We recommend migrating from the script to the `amazon.aws.ec2` inventory plugin. From 5275ad271732ef57450d94d03f608681fe1be264 Mon Sep 17 00:00:00 2001 From: jillr Date: Mon, 7 Jun 2021 19:43:43 +0000 Subject: [PATCH 2/2] fix typo --- changelogs/fragments/deprecate_ec2_inv_script.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/deprecate_ec2_inv_script.yml b/changelogs/fragments/deprecate_ec2_inv_script.yml index 88e623ffdf4..b0cc461ee58 100644 --- a/changelogs/fragments/deprecate_ec2_inv_script.yml +++ b/changelogs/fragments/deprecate_ec2_inv_script.yml @@ -1,2 +1,2 @@ deprecated_features: -- script_inventory_ec2 - The ec2.py inventory script us being moved to a new repository. The script can now be downloaded from https://github.com/ansible-community/contrib-scripts/blob/main/inventory/ec2.py and will be removed from this collection in the 3.0 release. We recommend migrating from the script to the `amazon.aws.ec2` inventory plugin. +- script_inventory_ec2 - The ec2.py inventory script is being moved to a new repository. The script can now be downloaded from https://github.com/ansible-community/contrib-scripts/blob/main/inventory/ec2.py and will be removed from this collection in the 3.0 release. We recommend migrating from the script to the `amazon.aws.ec2` inventory plugin.