Change tau docker data directory to match other hosts

This commit is contained in:
Stefan Haun 2022-11-07 15:16:43 +01:00
parent b185f563e3
commit 4c80352145

View file

@ -5,7 +5,7 @@
vars:
ansible_python_interpreter: /usr/bin/python3
data_dir: "/srv/docker"
data_dir: "/srv/data"
docker_registry_port: 5000 # this is the reg standard port
docker_registry_domain: "docker.n39.eu"