Skip to content

Commit

Permalink
[FIX] Odoo data directory should be created only with standard and pi…
Browse files Browse the repository at this point in the history
…p install types (buildout one does not rely on the 'odoo_config_data_dir' option) + Tags added
  • Loading branch information
sebalix committed Mar 6, 2018
1 parent 0402f4b commit e098d5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
- name: Create odoo data dir directory
file: path={{ odoo_config_data_dir }} state=directory
owner={{ odoo_user }} group={{ odoo_user }} force=yes
when: odoo_install_type != 'buildout'
tags:
- odoo_install_type_pip
- odoo_install_type_standard

- name: Standard installation
import_tasks: install_standard.yml
Expand Down

0 comments on commit e098d5c

Please sign in to comment.