From 9ac012bb9489854d8814325b0fb9be3578ec4c43 Mon Sep 17 00:00:00 2001 From: Steve Tjoa Date: Thu, 7 Nov 2013 11:44:54 -0800 Subject: [PATCH] adding link to up-to-date ansible-examples github repo. Also using proper capitalization for GitHub. --- docsite/rst/playbooks_roles.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docsite/rst/playbooks_roles.rst b/docsite/rst/playbooks_roles.rst index 94b4c406d4a..d849d5f9ec0 100644 --- a/docsite/rst/playbooks_roles.rst +++ b/docsite/rst/playbooks_roles.rst @@ -28,7 +28,7 @@ more on the big picture and only dive down into the details when needed. We'll start with understanding includes so roles make more sense, but our ultimate goal should be understanding roles -- roles are great and you should use them every time you write playbooks. -See the 'ansible-examples' repository on github for lots of examples of all of this +See the `ansible-examples `_ repository on GitHub for lots of examples of all of this put together. You may wish to have this open in a separate tab as you dive in. Task Include Files And Encouraging Reuse @@ -338,8 +338,8 @@ The resulting order of execution would be as follows:: Learn about available modules :doc:`developing_modules` Learn how to extend Ansible by writing your own modules - `Github examples directory `_ - Complete playbook files from the github project source + `GitHub Ansible examples `_ + Complete playbook files from the GitHub project source `Mailing List `_ Questions? Help? Ideas? Stop by the list on Google Groups