mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
6 lines
175 B
YAML
6 lines
175 B
YAML
---
|
|
- 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 |