remove 'share' directory (#41243)

This commit is contained in:
Emmanuel Cazenave 2020-04-02 07:42:46 +02:00
parent a29b2ee421
commit 7ddc2ffa66
3 changed files with 0 additions and 11 deletions

View File

@ -22,4 +22,3 @@
venv_certs: "{{venv}}/certs"
venv_python: "{{venv_bin}}/python"
venv_py3_python: "{{venv_py3_bin}}/python"
venv_share: "{{venv}}/share"

View File

@ -80,11 +80,6 @@
path: "{{venv}}/misc"
state: directory
- name: "create venv share directory"
file:
path: "{{venv_share}}"
state: directory
- name: "create conf directory"
file:
path: "{{publik_conf}}"

View File

@ -22,11 +22,6 @@
repo: "auquotidien"
repo_dir: "{{ src_dir }}/auquotidien"
- name: "create share/wcs directory"
file:
path: "{{venv_share}}/{{app_name}}"
state: directory
- name: "settings directory"
file:
path: "{{publik_settings}}/{{project_name}}"