summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2014-12-11 00:26:50 -0500
committerBrian Coca <bcoca@ansible.com>2014-12-11 00:26:50 -0500
commitd36d76c7ebe266d7f36035e17e944d2b4179df9f (patch)
treeade7c342a8a94ab8c7f32c4b1b99260394b00398
parenta0ff0f819875287e90d05bed70cbf3e62e9d6850 (diff)
parent23405b60cbd0b64efc4d60b0a7b40c8a1269cdfa (diff)
downloadansible-d36d76c7ebe266d7f36035e17e944d2b4179df9f.tar.gz
Merge pull request #9775 from tgerla/docsfix
fix up formatting for code sections in guide_aws
-rw-r--r--docsite/rst/guide_aws.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docsite/rst/guide_aws.rst b/docsite/rst/guide_aws.rst
index 623a80fe40..c91c6478e9 100644
--- a/docsite/rst/guide_aws.rst
+++ b/docsite/rst/guide_aws.rst
@@ -56,7 +56,7 @@ In the example below, the "exact_count" of instances is set to 5. This means if
be terminated.
What is being counted is specified by the "count_tag" parameter. The parameter "instance_tags" is used to apply tags to the newly created
-instance.
+instance.::
# demo_setup.yml
@@ -82,7 +82,7 @@ instance.
The data about what instances are created is being saved by the "register" keyword in the variable named "ec2".
-From this, we'll use the add_host module to dynamically create a host group consisting of these new instances. This facilitates performing configuration actions on the hosts immediately in a subsequent task::
+From this, we'll use the add_host module to dynamically create a host group consisting of these new instances. This facilitates performing configuration actions on the hosts immediately in a subsequent task.::
# demo_setup.yml