From 80bf5d49fe598b401ba579c881b2760a6403330a Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 29 May 2013 17:29:59 -0500 Subject: [PATCH] provide link to older docs when mentioning older docs --- docsite/latest/rst/playbooks2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/latest/rst/playbooks2.rst b/docsite/latest/rst/playbooks2.rst index 5309e43eef..da78d4b449 100644 --- a/docsite/latest/rst/playbooks2.rst +++ b/docsite/latest/rst/playbooks2.rst @@ -262,8 +262,8 @@ Conditional Execution ````````````````````` (Note: this section covers 1.2 conditionals, if you are using a previous version, select -the previous version of the documentation. Those conditional forms continue to be operational -in 1.2, although the new mechanisms are cleaner.) +the previous version of the documentation, `Ansible 1.1 Docs `_ . +Those conditional forms continue to be operational in 1.2, although the new mechanisms are cleaner.) Sometimes you will want to skip a particular step on a particular host. This could be something as simple as not installing a certain package if the operating system is a particular version,