mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 10:45:42 +02:00
Update to 2023-09-08 10:00
This commit is contained in:
@@ -56,6 +56,16 @@
|
||||
- phonenumbers
|
||||
- python-jose
|
||||
- flanker
|
||||
- redis
|
||||
- pdfminer
|
||||
- dnsq
|
||||
tags: odoo
|
||||
|
||||
# This is needed as the first import from flanker needs to create files not writeable by the Odoo user
|
||||
# See https://github.com/Tecnativa/doodba/pull/487
|
||||
- name: Finish flanker install
|
||||
command: "{{ odoo_root_dir }}/venv/bin/python3 -c 'from flanker.addresslib import address'"
|
||||
changed_when: False
|
||||
tags: odoo
|
||||
|
||||
- name: Create the PostgreSQL role
|
||||
|
Reference in New Issue
Block a user