mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-07-29 15:00
This commit is contained in:
@@ -34,7 +34,19 @@
|
||||
|
||||
tags: ged
|
||||
|
||||
|
||||
- name: Create the virtualenv
|
||||
pip:
|
||||
name:
|
||||
- pip
|
||||
- setuptools
|
||||
- wheel
|
||||
state: "{{ (paperless_install_mode == 'upgrade') | ternary('latest', 'present') }}"
|
||||
virtualenv: "{{ paperless_root_dir }}/venv"
|
||||
virtualenv_command: /bin/python3.9 -m venv
|
||||
tags: ged
|
||||
|
||||
- name: Install requirements in the virtualenv
|
||||
pip:
|
||||
requirements: "{{ paperless_root_dir }}/app/requirements.txt"
|
||||
state: "{{ (paperless_install_mode == 'upgrade') | ternary('latest', 'present') }}"
|
||||
|
Reference in New Issue
Block a user