Adjust symlinking bootstrap in staging for FMN

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-06-01 14:18:15 +00:00
parent 6c8f5e2e81
commit a61d1b560e

View file

@ -63,6 +63,17 @@
src=/usr/share/fmn.web/static/bootstrap-3.3.4-fedora
dest=/usr/share/fmn.web/static/bootstrap
state=link
when: env != "staging"
tags:
- notifs
- notifs/frontend
- name: setup symlink to fedora theme
file: >
src=/usr/share/fmn/static/bootstrap-3.3.4-fedora
dest=/usr/share/fmn/static/bootstrap
state=link
when: env == "staging"
tags:
- notifs
- notifs/frontend