fix jenkins to actually rotate logs

This commit is contained in:
Kevin Fenzi 2017-05-19 19:44:34 +00:00
parent 502a5e7aac
commit e276c689cf

View file

@ -65,6 +65,13 @@
- jenkins/master
- config
- name: set /var/log/jenkins to not be writable by jenkins group
file: path=/var/log/jenkins mode=0700 owner=jenkins
tags:
- jenkins
- jenkins/master
- config
- name: install jenkins launcher config file
copy: >
src="jenkins.conf"