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

Last change on this file since 14908 was 14907, checked in by uli, 8 years ago

Add an odoo role.

File size: 112 bytes
Line 
1---
2# handlers for odoo install
3- name: "update package cache"
4  apt:
5    upgrade: "safe"
6    update_cache: yes
Note: See TracBrowser for help on using the repository browser.