From 88b9e46f264de26a33bf1a4a69e96b9dfe63ded1 Mon Sep 17 00:00:00 2001 From: "Jorge E. Gomez" Date: Sat, 19 Dec 2020 04:04:45 -0500 Subject: [PATCH] FIX Disables SQL script until it is updated to v14 --- roles/odoo/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/odoo/tasks/main.yml b/roles/odoo/tasks/main.yml index 0c9434a..addad8f 100644 --- a/roles/odoo/tasks/main.yml +++ b/roles/odoo/tasks/main.yml @@ -61,7 +61,8 @@ - import_tasks: setup-postgresql.yml -- import_tasks: edit-odoo-settings.yml +# Disable SQL execution until the script has been tested +# - import_tasks: edit-odoo-settings.yml - import_tasks: setup-nginx.yml