Updating intro_inventory.rst (#60651)

This commit is contained in:
Jiri Tyr 2019-08-15 20:42:37 +01:00 committed by Matt Martz
parent 31d6d7ada5
commit c4d841f848

View file

@ -433,7 +433,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``.