From 2b5a7c69a97d049d5576815602b8f7a42df1f63d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 19 Jun 2013 22:10:48 -0400 Subject: [PATCH] Quote some strings in the docs --- cloud/ec2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/ec2 b/cloud/ec2 index 481892c7c4f..2deed38a0b3 100644 --- a/cloud/ec2 +++ b/cloud/ec2 @@ -39,7 +39,7 @@ options: - security group (or list of groups) to use with the instance required: false default: null - aliases: [] + aliases: [ 'groups' ] group_id: version_added: "1.1" description: @@ -194,7 +194,7 @@ EXAMPLES = ''' local_action: module: ec2 keypair: mykey - group: [databases, internal-services, sshable, and-so-forth] + group: ['databases', 'internal-services', 'sshable', 'and-so-forth'] instance_type: m1.large image: ami-6e649707 wait: yes