And also add "s because it's a bare variable.

This commit is contained in:
Kevin Fenzi 2015-06-26 16:13:19 +00:00
parent f014ae4645
commit f30cc632b1
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
---
image: {{ centos66_x86_64 }}
image: "{{ centos66_x86_64 }}"
instance_type: m1.small
keypair: fedora-admin-20130801
security_group: ssh-anywhere-persistent,all-icmp-persistent

View file

@ -1,5 +1,5 @@
---
image: {{ fedora22_x86_64 }}
image: "{{ fedora22_x86_64 }}"
instance_type: m1.small
keypair: fedora-admin-20130801
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent