yaml syntax fix

This commit is contained in:
Jack Ivanov 2019-08-26 18:43:31 +02:00 committed by GitHub
parent b891686d2c
commit 0f3788b97b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,9 +15,9 @@
name: "ubuntu/images/hvm-ssd/{{ cloud_providers.ec2.image.name }}-amd64-server-*" name: "ubuntu/images/hvm-ssd/{{ cloud_providers.ec2.image.name }}-amd64-server-*"
register: ami_search register: ami_search
- name: Set the ami id as a fact - name: Set the ami id as a fact
set_fact: set_fact:
ami_image: "{{ (ami_search.images | sort(attribute='creation_date') | last)['image_id'] }}" ami_image: "{{ (ami_search.images | sort(attribute='creation_date') | last)['image_id'] }}"
- name: Deploy the stack - name: Deploy the stack
import_tasks: cloudformation.yml import_tasks: cloudformation.yml