diff --git a/changelogs/fragments/616-ec2_vpc_route_table-tagging.yml b/changelogs/fragments/616-ec2_vpc_route_table-tagging.yml new file mode 100644 index 00000000000..44ff49b8b38 --- /dev/null +++ b/changelogs/fragments/616-ec2_vpc_route_table-tagging.yml @@ -0,0 +1,4 @@ +bugfixes: +- ec2_vpc_route_table - automatically retry when attempting to modify freshly created route tables (https://github.com/ansible-collections/community.aws/pull/616). +minor_changes: +- ec2_vpc_route_table - use shared code for tagging route tables (https://github.com/ansible-collections/community.aws/pull/616).