mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Don't check original_association_ids since it is not set, per comment above
This commit is contained in:
parent
e741e5a002
commit
3558263487
1 changed files with 4 additions and 5 deletions
|
@ -369,7 +369,6 @@ def ensure_propagation(vpc_conn, route_table_id, propagating_vgw_ids,
|
||||||
# and do not disable any others.
|
# and do not disable any others.
|
||||||
changed = False
|
changed = False
|
||||||
for vgw_id in propagating_vgw_ids:
|
for vgw_id in propagating_vgw_ids:
|
||||||
if vgw_id not in original_association_ids:
|
|
||||||
changed = True
|
changed = True
|
||||||
vpc_conn.enable_vgw_route_propagation(route_table_id,
|
vpc_conn.enable_vgw_route_propagation(route_table_id,
|
||||||
vgw_id,
|
vgw_id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue