mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 03:33:17 +02:00
Update to 2022-07-26 17:00
This commit is contained in:
parent
ba81e6b27e
commit
2ef69ac4b5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user