Actually install the config.

This commit is contained in:
Kevin Fenzi 2015-10-13 18:40:13 +00:00
parent d53f43e192
commit 44c63d2e53

View file

@ -20,6 +20,12 @@
- infinote
- config
- name: Setup basic apache config
copy: src=infinote.fedoraproject.org.conf dest=/etc/httpd/conf.d/infinote.fedoraproject.org.conf
tags:
- infinote
- config
- name: allow infinote user to read ssl certs
file: dest=/etc/pki/tls/private/wildcard-2014.fedoraproject.org.key mode=640 owner=infinote group=apache
tags: