source: main/waeup-ansible/roles/odoo/handlers/main.yml @ 15846

Last change on this file since 15846 was 14912, checked in by uli, 7 years ago

Run odoo in proxy-mode.

File size: 247 bytes
Line 
1---
2# handlers for odoo install
3- name: "update package cache"
4  apt:
5    upgrade: "safe"
6    update_cache: yes
7
8- name: "restart odoo"
9  # there is no reload action defined, only restart (2017-11)
10  service:
11    name: "odoo"
12    state: restarted
Note: See TracBrowser for help on using the repository browser.