mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Sort by latest AMI - resolves #140
This commit is contained in:
parent
3d53dde6ca
commit
27e5a4feca
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
aws_secret_key: "{{ aws_secret_key | default(lookup('env','AWS_SECRET_ACCESS_KEY'))}}"
|
||||
name: "ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-*"
|
||||
owner: 099720109477
|
||||
sort: name
|
||||
sort: creationDate
|
||||
sort_order: descending
|
||||
sort_end: 1
|
||||
region: "{{ region }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue