Skip to content

Commit

Permalink
Send to ansible stdout of odoo install
Browse files Browse the repository at this point in the history
  • Loading branch information
raneq committed May 14, 2019
1 parent 3df8855 commit 0db6601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
- name: Init Odoo database
become: yes
become_user: "{{ odoo_role_odoo_user }}"
command: "{{ odoo_role_odoo_python_path }} {{ odoo_role_odoo_bin_path }} -c {{ odoo_role_odoo_config_path }}/odoo.conf -d {{ odoo_role_odoo_db_name }} --init {{ odoo_role_odoo_core_modules }} --stop-after-init --without-demo=all"
command: "{{ odoo_role_odoo_python_path }} {{ odoo_role_odoo_bin_path }} -c {{ odoo_role_odoo_config_path }}/odoo.conf -d {{ odoo_role_odoo_db_name }} --init {{ odoo_role_odoo_core_modules }} --stop-after-init --without-demo=all --logfile=/dev/stdout --log-level=warn"
notify: restart odoo

- import_tasks: community-modules.yml
Expand Down

0 comments on commit 0db6601

Please sign in to comment.