From ed39bebaa893dbab1a29c59d750d9f6bd0a4fdfc Mon Sep 17 00:00:00 2001 From: Joshua Lund Date: Tue, 24 Dec 2013 16:05:39 -0700 Subject: [PATCH] Fixing a small typo in the Galaxy README template --- bin/ansible-galaxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ansible-galaxy b/bin/ansible-galaxy index 111ccd01e26..a6845fc86e0 100755 --- a/bin/ansible-galaxy +++ b/bin/ansible-galaxy @@ -88,7 +88,7 @@ A brief description of the role goes here. Requirements ------------ -Any pre-requisites that may not be covered by the ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required. +Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required. Role Variables --------------