Projet

Général

Profil

0001-move-certs-and-themes-directory-to-.config-publik-37.patch

Emmanuel Cazenave, 02 avril 2020 07:53

Télécharger (795 octets)

Voir les différences:

Subject: [PATCH] move certs and themes directory to ~/.config/publik (#37526)

 install.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
install.yml
16 16
    - hobo-agent
17 17
    - end
18 18
  vars:
19
    themes_dir: "{{venv}}/themes"
19
    themes_dir: "{{publik_conf}}/themes"
20 20
    venv_bin: "{{venv}}/bin"
21 21
    venv_py3_bin: "{{venv_py3}}/bin"
22
    venv_certs: "{{venv}}/certs"
22
    venv_certs: "{{publik_conf}}/certs"
23 23
    venv_python: "{{venv_bin}}/python"
24 24
    venv_py3_python: "{{venv_py3_bin}}/python"
25
-