mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixes regression introduced by edf1ac1ea6ffd5d44bb2bb62ad320364baf310a3
This commit is contained in:
parent
9133ae8c55
commit
cd14b8115b
1 changed files with 8 additions and 7 deletions
|
@ -486,6 +486,7 @@ def create_vpc(module, vpc_conn):
|
|||
'id': sn.id,
|
||||
})
|
||||
|
||||
if subnets is not None:
|
||||
# Sort subnets by the order they were listed in the play
|
||||
order = {}
|
||||
for idx, val in enumerate(subnets):
|
||||
|
|
Loading…
Reference in a new issue