From ff970eabd8f6a8096d76a6a58ce7ccd8784a7366 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 9 Dec 2014 09:44:57 -0800 Subject: [PATCH] Add role vars to differentiate with role defaults --- docsite/rst/playbooks_variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index 84f0a1f5b57..3a522613607 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -972,7 +972,7 @@ If multiple variables of the same name are defined in different places, they win * extra vars (-e in the command line) always win * then comes connection variables defined in inventory (ansible_ssh_user, etc) - * then comes "most everything else" (command line switches, vars in play, included vars, etc) + * then comes "most everything else" (command line switches, vars in play, included vars, role vars, etc) * then comes the rest of the variables defined in inventory * then comes facts discovered about a system * then "role defaults", which are the most "defaulty" and lose in priority to everything.