Quote some strings in the docs

reviewable/pr18780/r1
Michael DeHaan 12 years ago
parent b5d25b9843
commit 2b5a7c69a9

@ -39,7 +39,7 @@ options:
- security group (or list of groups) to use with the instance - security group (or list of groups) to use with the instance
required: false required: false
default: null default: null
aliases: [] aliases: [ 'groups' ]
group_id: group_id:
version_added: "1.1" version_added: "1.1"
description: description:
@ -194,7 +194,7 @@ EXAMPLES = '''
local_action: local_action:
module: ec2 module: ec2
keypair: mykey keypair: mykey
group: [databases, internal-services, sshable, and-so-forth] group: ['databases', 'internal-services', 'sshable', 'and-so-forth']
instance_type: m1.large instance_type: m1.large
image: ami-6e649707 image: ami-6e649707
wait: yes wait: yes

Loading…
Cancel
Save