From f38f1c5663d6a5253e30a1e2d84a1596c004f7cd Mon Sep 17 00:00:00 2001 From: bobobox Date: Tue, 28 Oct 2014 10:15:05 -0500 Subject: [PATCH] vars_files haven't been discussed yet I think this is a chapter ordering thing... vars_files have not actually be explained yet (aside from a mention of them in the note right above, which also might need reconsidering?) I think they do get introduced in the next section 'Variables'. --- 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 3a2b2b75144..0d847b32788 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 :ref:`vars_files `, tasks, and handlers, what is the best way to organize your playbooks? +Now that you have learned about 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.