Skip to content

Commit

Permalink
fix odoo option
Browse files Browse the repository at this point in the history
  • Loading branch information
raneq committed Jul 3, 2019
1 parent 8bf8db3 commit 4a33270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4a33270

Please sign in to comment.