From 4a33270f5d6926df42ad80308d9dd43aab94c13f Mon Sep 17 00:00:00 2001 From: ferran quer Date: Wed, 3 Jul 2019 18:18:44 +0200 Subject: [PATCH] fix odoo option --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 424c258..dffd2c6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -126,7 +126,7 @@ --init base --stop-after-init {% if not odoo_role_demo_data %} - --without-demo-data=all + --without-demo=all {% endif %} --logfile=/dev/stdout --log-level=warn @@ -161,7 +161,7 @@ --init {{ modules_to_install.stdout_lines | join(',') }} --stop-after-init {% if not odoo_role_demo_data %} - --without-demo-data=all + --without-demo=all {% endif %} --logfile=/dev/stdout --log-level=warn