move certs and themes directory to ~/.config/publik (#37526)

This commit is contained in:
Emmanuel Cazenave 2020-04-02 07:19:16 +02:00
parent 7ddc2ffa66
commit 4716626991
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@
- hobo-agent
- end
vars:
themes_dir: "{{venv}}/themes"
themes_dir: "{{publik_conf}}/themes"
venv_bin: "{{venv}}/bin"
venv_py3_bin: "{{venv_py3}}/bin"
venv_certs: "{{venv}}/certs"
venv_certs: "{{publik_conf}}/certs"
venv_python: "{{venv_bin}}/python"
venv_py3_python: "{{venv_py3_bin}}/python"