Adjust symlinking bootstrap in staging for FMN
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
6c8f5e2e81
commit
a61d1b560e
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue