source:
main/waeup-ansible/roles/odoo/handlers/main.yml
@
17951
Last change on this file since 17951 was 14912, checked in by , 7 years ago | |
---|---|
File size: 247 bytes |
Rev | Line | |
---|---|---|
[14907] | 1 | --- |
2 | # handlers for odoo install | |
3 | - name: "update package cache" | |
4 | apt: | |
5 | upgrade: "safe" | |
6 | update_cache: yes | |
[14912] | 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.