mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 10:45:42 +02:00
Update to 2023-07-20 14:00
This commit is contained in:
19
roles/odoo/vars/RedHat-9.yml
Normal file
19
roles/odoo/vars/RedHat-9.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
|
||||
odoo_packages:
|
||||
- python3.11-pip
|
||||
- python3.11-devel
|
||||
- gcc
|
||||
- gcc-c++
|
||||
- libxml2-devel
|
||||
- libxslt-devel
|
||||
- openldap-devel
|
||||
- postgresql-devel
|
||||
#- nodejs-less
|
||||
- tar
|
||||
- zstd
|
||||
- postgresql15 # for pg_dump
|
||||
- git
|
||||
- acl
|
||||
|
||||
odoo_venv_command: /bin/python3.11 -m venv
|
Reference in New Issue
Block a user