From b62b9bda650d2c56c11069e1b21dc040d0a8c0aa Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 5 Oct 2013 12:40:53 -0400 Subject: [PATCH] Remove duplicate link to old examples dir. --- docsite/latest/rst/playbooks.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docsite/latest/rst/playbooks.rst b/docsite/latest/rst/playbooks.rst index a8ca10899d3..6aa4f9ac141 100644 --- a/docsite/latest/rst/playbooks.rst +++ b/docsite/latest/rst/playbooks.rst @@ -25,12 +25,9 @@ tasks, playbooks are more likely to be kept in source control and used to push out your configuration or assure the configurations of your remote systems are in spec. -Let's dive in and see how they work. As you go, you may wish to open -the `github examples directory `_ in -another tab, so you can apply the theory to what things look like in practice. - There are also some full sets of playbooks illustrating a lot of these techniques in the -`ansible-examples repository `_. +`ansible-examples repository `_. We'd recommend +looking at these in another tab as you go along. There are also many jumping off points after you learn playbooks, so hop back to the documentation index after you're done with this section.