From 03be7b46c9d187d0fcd16bf51f8eed6d91959fb7 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 24 Jan 2014 21:17:50 +0000 Subject: [PATCH] Add symlink for fmn.web fedora theme. --- roles/notifs-frontend/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/notifs-frontend/tasks/main.yml b/roles/notifs-frontend/tasks/main.yml index 900b285be7..5bc5524772 100644 --- a/roles/notifs-frontend/tasks/main.yml +++ b/roles/notifs-frontend/tasks/main.yml @@ -22,6 +22,12 @@ notify: - restart apache +- name: setup symlink to fedora theme + file: > + src=/usr/share/fmn.web/static/bootstrap-3.0.2-fedora + dest=/usr/share/fmn.web/static/bootstrap + state=link + - name: copy fmn httpd config copy: > src=fmn.web.conf dest=/etc/httpd/conf.d/fmn.web.conf