From 15317c42e0cc7f66a7c34caa8fc8ee847a8a96a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Enrique=20G=C3=B3mez=20G=C3=B3mez?= Date: Fri, 3 Jan 2025 21:33:50 +0000 Subject: [PATCH] Enable SQL script for dev settings --- roles/odoo/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/odoo/tasks/main.yml b/roles/odoo/tasks/main.yml index 5cd843d..e119a19 100644 --- a/roles/odoo/tasks/main.yml +++ b/roles/odoo/tasks/main.yml @@ -58,8 +58,7 @@ - import_tasks: setup-postgresql.yml -# Disable SQL execution until the script has been tested -# - import_tasks: edit-odoo-settings.yml +- import_tasks: edit-odoo-settings.yml - import_tasks: setup-nginx.yml