add dirlisting
This commit is contained in:
parent
3371af10bd
commit
b8eb1611c6
1 changed files with 6 additions and 1 deletions
|
@ -48,7 +48,12 @@
|
|||
action: yum state=present name=lighttpd
|
||||
|
||||
- name: add config for copr-repo path
|
||||
action: copy src=$files/copr/repo-lighttpd.conf dest=/etc/lighttpd/lighttpd.conf owner=root group=root mode=0644
|
||||
action: copy src=$files/copr/lighttpd/lighttpd.conf dest=/etc/lighttpd/lighttpd.conf owner=root group=root mode=0644
|
||||
notify:
|
||||
- restart lighttpd
|
||||
|
||||
- name: turn on dirlisting
|
||||
action: copy src=$files/copr/lighttpd/dirlisting.conf dest=/etc/lighttpd/conf.d/dirlisting.conf owner=root group=root mode=0644
|
||||
notify:
|
||||
- restart lighttpd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue