From 0a0b741c327517dbdcf21f34d9167cd3b68357ea Mon Sep 17 00:00:00 2001 From: Nitin Madhok Date: Tue, 30 Sep 2014 05:12:44 -0400 Subject: [PATCH 1/2] Update playbooks_roles.rst Fixes https://github.com/ansible/ansible/issues/7241 --- docsite/rst/playbooks_roles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_roles.rst b/docsite/rst/playbooks_roles.rst index fc347e39a01..2742936cf8e 100644 --- a/docsite/rst/playbooks_roles.rst +++ b/docsite/rst/playbooks_roles.rst @@ -153,7 +153,7 @@ Roles .. versionadded:: 1.2 -Now that you have learned about vars_files, tasks, and handlers, what is the best way to organize your playbooks? +Now that you have learned about `vars_files `_, tasks, and handlers, what is the best way to organize your playbooks? The short answer is to use roles! Roles are ways of automatically loading certain vars_files, tasks, and handlers based on a known file structure. Grouping content by roles also allows easy sharing of roles with other users. From a71be1affdc8b435a8598a6207561f0b85d66b52 Mon Sep 17 00:00:00 2001 From: Nitin Madhok Date: Thu, 2 Oct 2014 22:39:32 -0400 Subject: [PATCH 2/2] Removing hard coded link and replacing with reference --- docsite/rst/playbooks_roles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_roles.rst b/docsite/rst/playbooks_roles.rst index 2742936cf8e..3a2b2b75144 100644 --- a/docsite/rst/playbooks_roles.rst +++ b/docsite/rst/playbooks_roles.rst @@ -153,7 +153,7 @@ Roles .. versionadded:: 1.2 -Now that you have learned about `vars_files `_, tasks, and handlers, what is the best way to organize your playbooks? +Now that you have learned about :ref:`vars_files `, tasks, and handlers, what is the best way to organize your playbooks? The short answer is to use roles! Roles are ways of automatically loading certain vars_files, tasks, and handlers based on a known file structure. Grouping content by roles also allows easy sharing of roles with other users.