mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Correct enable_vgw_route_propagation test_run parameter to dry_run
This commit is contained in:
parent
75261e3a1f
commit
e741e5a002
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue