add DirectoryRoot

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-01-21 16:35:59 +01:00
parent 7fba89687c
commit 2ded8397c2
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
DocumentRoot /srv/web/ostree

View file

@ -1,3 +1,11 @@
- name: Copy ostree config file
copy: ostree.conf dest=/etc/httpd/conf.d/ostree.fedoraproject.org/ostree.conf
notify:
- reload proxyhttpd
tags:
- fedora-web
- ostree
- name: make ostree dir
file: state=directory
path=/srv/web/ostree