From 44c63d2e532c66c11752b85ead2c20b51b8d73b4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 13 Oct 2015 18:40:13 +0000 Subject: [PATCH] Actually install the config. --- roles/infinote/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/infinote/tasks/main.yml b/roles/infinote/tasks/main.yml index 76ed0da1f7..f4d366dab8 100644 --- a/roles/infinote/tasks/main.yml +++ b/roles/infinote/tasks/main.yml @@ -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: