diff options
author | Joshua Lund <josh@joshlund.com> | 2013-12-24 16:05:39 -0700 |
---|---|---|
committer | Joshua Lund <josh@joshlund.com> | 2013-12-24 16:05:39 -0700 |
commit | ed39bebaa893dbab1a29c59d750d9f6bd0a4fdfc (patch) | |
tree | 2a6294c0988b1b9d8f049aabf05b24f7a5ba0d35 /bin | |
parent | 384cac77791954f1db6c173093c5c60fe12693a8 (diff) | |
download | ansible-ed39bebaa893dbab1a29c59d750d9f6bd0a4fdfc.tar.gz |
Fixing a small typo in the Galaxy README template
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ansible-galaxy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ansible-galaxy b/bin/ansible-galaxy index 111ccd01e2..a6845fc86e 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 -------------- |