From 3c51feb36cd7ebf16b3056be161206f130fc9cd4 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 9 Feb 2013 14:39:57 -0500 Subject: [PATCH] Had to remove the instance_tags example because our doc generator was choking on it, feel free to add it back if you can get it to be valid YAML again :) --- library/ec2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ec2 b/library/ec2 index ab4406bf38..75317562e2 100644 --- a/library/ec2 +++ b/library/ec2 @@ -104,12 +104,12 @@ options: instance_tags: version_added: "1.0" description: - - string of tags, in json format, to add to the new instance + - a hash/dictionary of tags, in quoted json format, to add to the new instance required: False default: null aliases: [] examples: - - code: "local_action: ec2 keypair=admin instance_type=m1.large image=emi-40603AD1 wait=true group=webserver count=3 instance_tags='{"Name":"My Server"}'" + - code: 'local_action: ec2 keypair=admin instance_type=m1.large image=emi-40603AD1 wait=true group=webserver count=3' description: "Examples from Ansible Playbooks" requirements: [ "boto" ] author: Seth Vidal, Tim Gerla, Lester Wade