We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1659c8 commit 9a7023eCopy full SHA for 9a7023e
deployment/group_vars/all
@@ -36,7 +36,7 @@ reductionist_remote_certs_path: "{{ ansible_facts.env.HOME }}/certs"
36
# Path to certificates directory in container.
37
reductionist_container_certs_path: "/root/.config/reductionist/certs"
38
# Path to cache directory on remote host.
39
-reductionist_remote_cache_path: "{{ ansible_facts.env.HOME }}/cache"
+reductionist_remote_cache_path: "/tmp"
40
# Path to cache directory in container.
41
reductionist_container_cache_path: "/cache"
42
# List of container volume mounts.
0 commit comments