From 381359a8f89f503d668fe5144e230c2d1369b364 Mon Sep 17 00:00:00 2001 From: scottb Date: Wed, 14 Mar 2018 12:44:21 -0700 Subject: Doc build warning/broken link clean-a-palooza (#37382) * Doc build warning/broken link clean-a-palooza, WIP commit 1. * Fixed broken anchor * Fixing additional broken links; converting from doc to ref. * Fix anchor --- docs/docsite/rst/user_guide/playbooks_reuse.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'docs/docsite/rst/user_guide/playbooks_reuse.rst') diff --git a/docs/docsite/rst/user_guide/playbooks_reuse.rst b/docs/docsite/rst/user_guide/playbooks_reuse.rst index 0509c15c2c..4379cd087c 100644 --- a/docs/docsite/rst/user_guide/playbooks_reuse.rst +++ b/docs/docsite/rst/user_guide/playbooks_reuse.rst @@ -1,3 +1,5 @@ +.. _playbooks_reuse: + Creating Reusable Playbooks =========================== @@ -67,17 +69,17 @@ Using ``import*`` can also have some limitations when compared to dynamic includ .. seealso:: - :doc:`playbooks` + :ref:`working_with_playbooks` Review the basic Playbook language features - :doc:`playbooks_variables` + :ref:`playbooks_variables` All about variables in playbooks - :doc:`playbooks_conditionals` + :ref:`playbooks_conditionals` Conditionals in playbooks - :doc:`playbooks_loops` + :ref:`playbooks_loops` Loops in playbooks - :doc:`playbooks_best_practices` + :ref:`playbooks_best_practices` Various tips about managing playbooks in the real world - :doc:`galaxy` + :ref:`ansible_galaxy` How to share roles on galaxy, role management `GitHub Ansible examples `_ Complete playbook files from the GitHub project source -- cgit v1.2.1