From fc6b841b2fbb3b0ab1197928c959b6ee98aba773 Mon Sep 17 00:00:00 2001 From: Dick Davies Date: Mon, 1 Aug 2016 22:34:06 +0100 Subject: [PATCH] correct ini variable name (#16901) cache_path is used to calculate cache_dir , the script doesn't actually read cache_dir from this file. This makes the setting work (otherwise it always uses the default). --- contrib/inventory/vmware_inventory.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/inventory/vmware_inventory.ini b/contrib/inventory/vmware_inventory.ini index b4665879d8b..3c0a0ef2d53 100644 --- a/contrib/inventory/vmware_inventory.ini +++ b/contrib/inventory/vmware_inventory.ini @@ -21,7 +21,7 @@ password=vmware # Specify the directory used for storing the inventory cache. If not defined, # caching will be disabled. -#cache_dir = ~/.cache/ansible +#cache_path = ~/.cache/ansible # Max object level refers to the level of recursion the script will delve into