Set apache logrotate on all the ansible hosts right.
This commit is contained in:
parent
34432689a6
commit
580158b7a6
2 changed files with 18 additions and 0 deletions
|
@ -54,3 +54,8 @@
|
|||
- config
|
||||
- apache
|
||||
|
||||
- name: setup logrotate to our needs
|
||||
copy: src="{{ files }}/httpd/httpd.logrotate" dest=/etc/logrotate.d/httpd
|
||||
tags:
|
||||
- config
|
||||
- apache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue