Link our taiga frontend plugin pieces in place.
This commit is contained in:
parent
acee78b02c
commit
8a23a413cc
1 changed files with 11 additions and 0 deletions
|
@ -154,4 +154,15 @@
|
||||||
- copy: src=conf.json dest=/home/taiga/taiga-front-dist/dist/js/conf.json
|
- copy: src=conf.json dest=/home/taiga/taiga-front-dist/dist/js/conf.json
|
||||||
mode=0644 owner=taiga group=taiga
|
mode=0644 owner=taiga group=taiga
|
||||||
tags: taiga
|
tags: taiga
|
||||||
|
|
||||||
|
# Link our plugin pieces in place
|
||||||
|
- file: src=/home/taiga/taiga-contrib-fas-openid-auth/front/dist/fas_openid_auth.js
|
||||||
|
dest=/home/taiga/taiga-front-dist/dist/js/fas_openid_auth.js
|
||||||
|
state=link
|
||||||
|
tags: taiga
|
||||||
|
|
||||||
|
- file: src=/home/taiga/taiga-contrib-fas-openid-auth/front/images/contrib/fedora-logo.png
|
||||||
|
dest=/home/taiga/taiga-front-dist/images/contrib/fedora-logo.png
|
||||||
|
state=link
|
||||||
|
tags: taiga
|
||||||
### DONE with taiga-front
|
### DONE with taiga-front
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue