diff --git a/roles/notifs/frontend/tasks/main.yml b/roles/notifs/frontend/tasks/main.yml index d490e9aacc..c6fb723a7c 100644 --- a/roles/notifs/frontend/tasks/main.yml +++ b/roles/notifs/frontend/tasks/main.yml @@ -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