mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
Correct enable_vgw_route_propagation test_run parameter to dry_run
This commit is contained in:
@@ -373,7 +373,7 @@ def ensure_propagation(vpc_conn, route_table_id, propagating_vgw_ids,
|
||||
changed = True
|
||||
vpc_conn.enable_vgw_route_propagation(route_table_id,
|
||||
vgw_id,
|
||||
test_run=check_mode)
|
||||
dry_run=check_mode)
|
||||
|
||||
return {'changed': changed}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user