From cb8f4b806270ad1cf4b168ca0c045bb4220e0dac Mon Sep 17 00:00:00 2001 From: Maykel Moya Date: Mon, 17 Feb 2014 12:05:53 +0100 Subject: [PATCH] Add link to ansible-examples repo --- docsite/rst/playbooks_variables.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index 608b214bbe3..82262538fd5 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -925,9 +925,11 @@ So, that's precedence, explained in a more direct way. Don't worry about preced variable that is a default, or a "live" variable you definitely want to use. Inventory lies in precedence right in the middle, and if you want to forcibly override something, use -e. -If you found that a little hard to understand, take a look at the "ansible-examples" repo on our github for a bit more about +If you found that a little hard to understand, take a look at the `ansible-examples`_ repo on our github for a bit more about how all of these things can work together. +.. _ansible-examples: https://github.com/ansible/ansible-examples + .. seealso:: :doc:`playbooks`