From 23405b60cbd0b64efc4d60b0a7b40c8a1269cdfa Mon Sep 17 00:00:00 2001 From: Tim Gerla Date: Wed, 10 Dec 2014 19:04:02 -0800 Subject: [PATCH] fix up formatting for one code section in guide_aws --- docsite/rst/guide_aws.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/guide_aws.rst b/docsite/rst/guide_aws.rst index 623a80fe40f..c91c6478e96 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