mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
always remove old virtual environment
This commit is contained in:
parent
a61e1b0590
commit
4089be6b25
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@
|
|||
line: ' <policy domain="coder" rights="read" pattern="PDF" />'
|
||||
state: present
|
||||
|
||||
- name: Remove previous virtual environment {{ calibreweb_venv_path }}
|
||||
file:
|
||||
path: "{{ calibreweb_venv_path }}"
|
||||
state: absent
|
||||
|
||||
- name: "Create 3 Calibre-Web folders to store data and config files: {{ calibreweb_home }}, {{ calibreweb_venv_path }}, {{ calibreweb_config }} (all set to {{ calibreweb_user }}:{{ apache_user }}) (default to 0755)"
|
||||
file:
|
||||
state: directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue