2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-12 00:06:36 +00:00
bench/playbooks/production/roles/logwatch/tasks/main.yml

6 lines
175 B
YAML
Raw Normal View History

2017-08-29 06:51:06 +00:00
---
- name: Install logwatch
yum: name=logwatch state=present
- name: Copy logwatch config
template: src=logwatch.conf.j2 dest=/etc/logwatch/conf/logwatch.conf backup=yes