mirror of https://github.com/ansible/ansible.git
ec2_vpc_route_table - allow routes to be created if the CIDR already … (#45178)
* ec2_vpc_route_table - allow routes to be created if the CIDR already exists but its 'Origin' is 'EnableVgwRoutePropagation' (which cannot be replaced). (#43417)
Fixes #43415
(cherry picked from commit a6c97f2243
)
pull/45301/head
parent
264c7c22fb
commit
cc4854fdad
@ -0,0 +1,4 @@
|
||||
---
|
||||
bugfixes:
|
||||
- ec2_vpc_route_table - check the origin before replacing routes.
|
||||
Routes with the origin 'EnableVgwRoutePropagation' may not be replaced.
|
Loading…
Reference in New Issue