mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2022-07-26 17:00
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
chdir: "{{ odoo_root_dir }}/app/"
|
chdir: "{{ odoo_root_dir }}/app/"
|
||||||
|
|
||||||
- name: Initialize the DB and update modules
|
- name: Initialize the DB and update modules
|
||||||
command: "{{ odoo_root_dir }}/venv/bin/python3 {{ odoo_root_dir }}/app/setup/odoo -d {{ odoo_db_name }} -i base -u all --stop-after-init --syslog"
|
command: "{{ odoo_root_dir }}/venv/bin/python3 {{ odoo_root_dir }}/app/setup/odoo -c {{ odoo_root_dir }}/etc/odoo-server.conf -d {{ odoo_db_name }} -i base -u all --stop-after-init --syslog"
|
||||||
become_user: "{{ odoo_user }}"
|
become_user: "{{ odoo_user }}"
|
||||||
|
|
||||||
tags: odoo
|
tags: odoo
|
||||||
|
Reference in New Issue
Block a user