Skip to content

Commit 9a7023e

Browse files
committed
More sensible default for the cache path that works with our without the chunk cache enabled.
1 parent f1659c8 commit 9a7023e

File tree

1 file changed

+1
-1
lines changed
  • deployment/group_vars

1 file changed

+1
-1
lines changed

deployment/group_vars/all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ reductionist_remote_certs_path: "{{ ansible_facts.env.HOME }}/certs"
3636
# Path to certificates directory in container.
3737
reductionist_container_certs_path: "/root/.config/reductionist/certs"
3838
# Path to cache directory on remote host.
39-
reductionist_remote_cache_path: "{{ ansible_facts.env.HOME }}/cache"
39+
reductionist_remote_cache_path: "/tmp"
4040
# Path to cache directory in container.
4141
reductionist_container_cache_path: "/cache"
4242
# List of container volume mounts.

0 commit comments

Comments
 (0)