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).
This commit is contained in:
parent
e2602e9be0
commit
fc6b841b2f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue