Commit aed5414c by Michael DeHaan

Add note about variable precedence

parent d6368ab4
......@@ -129,6 +129,11 @@ style file with a YAML one.::
Tip: Be sure to start your YAML file with the YAML record designator "---".
NOTE: variables specified in playbooks will override variables specified
in the host file. Further, if a host is in multiple groups, currently, the
variables set by the last loaded group will win over variables set in other
groups. This behavior may be refined in future releases.
.. seealso::
:doc:`examples`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment