From 4102812a698cc85f562175f849b3f4b053b93181 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 17 Feb 2016 11:13:59 +0000 Subject: [PATCH] Remove spurious 'either', fix #14520 --- docsite/rst/intro_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_inventory.rst b/docsite/rst/intro_inventory.rst index 6d9b5977fc1..3f3f2e17d36 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -186,7 +186,7 @@ available to them. This can be very useful to keep your variables organized when file starts to be too big, or when you want to use :doc:`Ansible Vault` on a part of a group's variables. Note that this only works on Ansible 1.4 or later. -Tip: In Ansible 1.2 or later the group_vars/ and host_vars/ directories can exist in either +Tip: In Ansible 1.2 or later the group_vars/ and host_vars/ directories can exist in the playbook directory OR the inventory directory. If both paths exist, variables in the playbook directory will override variables set in the inventory directory.