From bbf4731fe4227c7339c126c8b7373b27b3c7c9f5 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 28 Jan 2014 11:46:25 -0500 Subject: [PATCH] Fix dead link. --- docsite/rst/playbooks_variables.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index e227be1ad4f..2e75ad12e0d 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -500,9 +500,9 @@ Similarly, the hostname as the system reports it is:: {{ ansible_hostname }} -Facts are frequently used in conditionals (see :doc:`playbook_conditionals`) and also in templates. +Facts are frequently used in conditionals (see :doc:`playbooks_conditionals`) and also in templates. -Facts can be also used to create dynamic groups of hosts that match particular criteria, see the :doc:`modules` documentation on 'group_by' for details, as well as in generalized conditional statements as discussed in the :doc:`playbook_conditionals` chapter. +Facts can be also used to create dynamic groups of hosts that match particular criteria, see the :doc:`modules` documentation on 'group_by' for details, as well as in generalized conditional statements as discussed in the :doc:`playbooks_conditionals` chapter. .. _disabling_facts: