From 52fe9aaf04a132d5de4c6226af786e94ed62ec02 Mon Sep 17 00:00:00 2001 From: saidmu Date: Tue, 10 Jul 2018 09:16:27 +0800 Subject: [PATCH] Update intro_inventory.rst +label: docsite_pr --- docs/docsite/rst/user_guide/intro_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/intro_inventory.rst b/docs/docsite/rst/user_guide/intro_inventory.rst index 338d873fc2..4f26130aae 100644 --- a/docs/docsite/rst/user_guide/intro_inventory.rst +++ b/docs/docsite/rst/user_guide/intro_inventory.rst @@ -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``.