From 33870745b1a1a5b528826e88e8b982cdc1a75640 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 29 May 2013 17:14:20 -0500 Subject: [PATCH] fix ambiguous use of automatically automatic in Roles docs --- docsite/latest/rst/playbooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/latest/rst/playbooks.rst b/docsite/latest/rst/playbooks.rst index 80c49569f8f..fcf87cf2b9b 100644 --- a/docsite/latest/rst/playbooks.rst +++ b/docsite/latest/rst/playbooks.rst @@ -449,7 +449,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? -The short answer is to use roles! Roles are automatic ways of automatically loading certain vars_files, tasks, and +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. Roles are just automation around 'include' directives as redescribed above, and really don't contain much