mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2022-12-01 12:00
This commit is contained in:
@@ -54,6 +54,15 @@
|
||||
virtualenv_command: /bin/python3.9 -m venv
|
||||
tags: ged
|
||||
|
||||
# Starting with ocrmypdf 14.0.0, ghostscript 9.50 is required
|
||||
# But EL8 only has 9.27
|
||||
- name: Install older ocrmypdf
|
||||
pip:
|
||||
name: ocrmypdf==13.7.0
|
||||
virtualenv: "{{ paperless_root_dir }}/venv"
|
||||
virtualenv_command: /bin/python3.9 -m venv
|
||||
tags: ged
|
||||
|
||||
- block:
|
||||
- name: Create the PostgreSQL role
|
||||
postgresql_user:
|
||||
|
Reference in New Issue
Block a user