Skip to content

Commit

Permalink
Fix typo in default db name 'odoo'
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarlr committed Feb 17, 2021
1 parent 4e7371a commit 4d421e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4d421e8

Please sign in to comment.