copr-backend: fix access_log.conf path

This commit is contained in:
clime 2018-10-25 22:18:47 +02:00
parent dbb822036b
commit 816bd33389

View file

@ -80,7 +80,7 @@
# setup webserver
- name: add access_log.conf for lighttpd
copy: src="access_log.conf" dest=/etc/lighttpd/conf.d/access_log.conf owner=root group=root mode=0644
copy: src="lighttpd/access_log.conf" dest=/etc/lighttpd/conf.d/access_log.conf owner=root group=root mode=0644
notify:
- restart lighttpd