mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-14 20:20:08 +08:00
Adjust symlinking bootstrap in staging for FMN
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user