mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix syntax error so route table tests always try to clean up (#35663)
* Always try to clean up after route table tests * Wait for a new VPC a chance to become available before attempting to get its current state
This commit is contained in:
parent
4faad64579
commit
7917e3c988
2 changed files with 6 additions and 1 deletions
|
@ -545,7 +545,7 @@
|
|||
- recreate_private_table.changed
|
||||
- recreate_private_table.route_table.id != create_public_table.route_table.id
|
||||
|
||||
- always:
|
||||
always:
|
||||
#############################################################################
|
||||
# TEAR DOWN STARTS HERE
|
||||
#############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue