mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update intro_inventory.rst
<!--- I think a colon is missing--> +label: docsite_pr
This commit is contained in:
parent
c0c8766903
commit
52fe9aaf04
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ Starting in Ansible version 2.4, users can use the group variable ``ansible_grou
|
|||
a_group:
|
||||
testvar: a
|
||||
ansible_group_priority: 10
|
||||
b_group
|
||||
b_group:
|
||||
testvar: b
|
||||
|
||||
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``.
|
||||
|
|
Loading…
Reference in a new issue