From 4d421e8aa887d6d6e823b668315bd902e35d8647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20L=C3=B3pez=20Ram=C3=ADrez?= Date: Wed, 17 Feb 2021 19:27:11 +0100 Subject: [PATCH] Fix typo in default db name 'odoo' --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index d0c7e14..84c45cb 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -38,7 +38,7 @@ odoo_role_odoo_log_level: debug # Read odoo_role_odoo_db_name or default to odoo. To deprecate the var, delete the active line and uncomment the one below this one. # odoo_role_odoo_dbs: [ "{{ odoo }}" ] -odoo_role_odoo_dbs: [ "{{ odoo_role_odoo_db_name | default(odoo) }}" ] +odoo_role_odoo_dbs: [ "{{ odoo_role_odoo_db_name | default('odoo') }}" ] # This not a DB user password, but a password for Odoo to deal with DB. odoo_role_odoo_db_admin_password: iT0ohDuoth6ONgahDeepaich0aeka5ul # Give the chance to select a database before login not filtered out by dbfilter, and enable db manager web interface.