From 6ed66caaedf06418d333075c3834eeeb7c5e267e Mon Sep 17 00:00:00 2001 From: Patrick Easters Date: Thu, 13 Aug 2015 12:00:55 -0400 Subject: [PATCH] Fix typo on AWS guide page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I assume this should read “Ansible modules” rather than “Ansible ensiles” --- docsite/rst/guide_aws.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/guide_aws.rst b/docsite/rst/guide_aws.rst index e0d0c12630d..cea9bb9999b 100644 --- a/docsite/rst/guide_aws.rst +++ b/docsite/rst/guide_aws.rst @@ -166,7 +166,7 @@ Similar groups are available for regions and other classifications, and can be s Autoscaling with Ansible Pull ````````````````````````````` -Amazon Autoscaling features automatically increase or decrease capacity based on load. There are also Ansible ansibles shown in the cloud documentation that +Amazon Autoscaling features automatically increase or decrease capacity based on load. There are also Ansible modules shown in the cloud documentation that can configure autoscaling policy. When nodes come online, it may not be sufficient to wait for the next cycle of an ansible command to come along and configure that node.