mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Clarify priority setting in Inventory doc (#51343)
* priority setting note in inventory doc The `ansible_group_priority` variable is also described in *Using Variables* and was given a clarification in issue #41512. The variable is also documented in *Working with Inventory* without the caveat that it needs to be declared on the inventory and not a group_vars file. This change adds that as a note +label: docsite_pr
This commit is contained in:
parent
109ef8c79d
commit
60d134aeaf
1 changed files with 1 additions and 0 deletions
|
@ -438,6 +438,7 @@ Starting in Ansible version 2.4, users can use the group variable ``ansible_grou
|
|||
|
||||
In this example, if both groups have the same priority, the result would normally have been ``testvar == b``, but since we are giving the ``a_group`` a higher priority the result will be ``testvar == a``.
|
||||
|
||||
.. note:: ``ansible_group_priority`` can only be set in the inventory source and not in group_vars/ as the variable is used in the loading of group_vars.
|
||||
|
||||
.. _using_multiple_inventory_sources:
|
||||
|
||||
|
|
Loading…
Reference in a new issue