mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 10:45:42 +02:00
Update to 2024-05-27 17:01
This commit is contained in:
@@ -16,11 +16,14 @@
|
||||
notify: restart odoo-server
|
||||
|
||||
- name: Add ACL
|
||||
command: |
|
||||
shell: |
|
||||
setfacl -R -b -k {{ odoo_root_dir }}
|
||||
setfacl -m u:nginx:X {{ odoo_root_dir }}
|
||||
setfacl -R -m u:nginx:rX {{ odoo_root_dir }}/data {{ odoo_root_dir }}/app/addons {{ odoo_root_dir }}/app/odoo/addons {{ odoo_root_dir }}/enterprise
|
||||
|
||||
- name: Wipe the venv
|
||||
file: path={{odoo_root_dir }}/venv state=absent
|
||||
|
||||
tags: odoo
|
||||
|
||||
- when: odoo_install_mode != 'none' and odoo_enterprise
|
||||
|
Reference in New Issue
Block a user