From db1c3221a001f7eef6949be50a1ed058ddea67f6 Mon Sep 17 00:00:00 2001 From: Aleksey Shirokih Date: Thu, 15 Dec 2016 10:02:03 +0400 Subject: [PATCH] fix copy paste error --- contrib/inventory/consul_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/inventory/consul_io.py b/contrib/inventory/consul_io.py index bc84d19a2e5..392c9561db3 100755 --- a/contrib/inventory/consul_io.py +++ b/contrib/inventory/consul_io.py @@ -102,7 +102,7 @@ above it is used to build a path to lookup in the kv store where it expects to find a json dictionary of metadata entries. If found, each key/value pair in the dictionary is added to the metadata for the node. eg node 'nyc-web-1' in datacenter 'nyc-dc1' and kv_metadata = 'ansible/metadata', then the key -'ansible/groups/nyc-dc1/nyc-web-1' should contain '{"databse": "postgres"}' +'ansible/metadata/nyc-dc1/nyc-web-1' should contain '{"databse": "postgres"}' 'availability':