Update to 2022-07-25 16:00

This commit is contained in:
Daniel Berteaud
2022-07-25 16:00:15 +02:00
parent 9e88a5cd50
commit be9c0c5702
26 changed files with 387 additions and 310 deletions

7
roles/odoo/meta/main.yml Normal file
View File

@@ -0,0 +1,7 @@
---
dependencies:
- role: mkdir
- role: wkhtmltopdf
- role: postgresql_server
when: odoo_db_server in ['localhost', '127.0.0.1']