Update to 2023-09-01 17:00

This commit is contained in:
Daniel Berteaud
2023-09-01 17:00:19 +02:00
parent c8394ed1a4
commit f93ed49ae2
4 changed files with 9 additions and 4 deletions

View File

@@ -66,6 +66,7 @@
login_host: "{{ odoo_db_server }}"
login_user: sqladmin
login_password: "{{ pg_admin_pass }}"
role_attr_flags: "LOGIN{{ odoo_db_manager | ternary(',CREATEDB,SUPERUSER','') }}"
tags: odoo
- name: Create the PostgreSQL database