Single quotes?

This commit is contained in:
Kevin Fenzi 2014-02-01 00:10:02 +00:00
parent 0768a03c57
commit 3325113b5e

View file

@ -1,6 +1,6 @@
---
- name: spin it up
local_action: ec2 keypair={{ keypair }} image={{ image }} type={{ instance_type }} wait=true group={{ security_group }} ec2_access_key={{ transient_access_key }} ec2_secret_key={{ transient_secret_key }} ec2_url={{ os_ec2_url }} user_data="#cloud-config\ndisable_root: 0"
local_action: ec2 keypair={{ keypair }} image={{ image }} type={{ instance_type }} wait=true group={{ security_group }} ec2_access_key={{ transient_access_key }} ec2_secret_key={{ transient_secret_key }} ec2_url={{ os_ec2_url }} user_data='#cloud-config\ndisable_root: 0'
register: inst_res
- name: add it to the special group