mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
Add note about variable precedence
This commit is contained in:
parent
d6368ab4fa
commit
aed5414cb6
1 changed files with 5 additions and 0 deletions
|
@ -129,6 +129,11 @@ style file with a YAML one.::
|
||||||
|
|
||||||
Tip: Be sure to start your YAML file with the YAML record designator "---".
|
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::
|
.. seealso::
|
||||||
|
|
||||||
:doc:`examples`
|
:doc:`examples`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue