Taiga: more naming and formating in the playbook
This commit is contained in:
parent
8f8daf1847
commit
3f52048722
1 changed files with 11 additions and 8 deletions
|
@ -209,10 +209,13 @@
|
|||
dest: /srv/taiga/taiga-front-dist
|
||||
version: "{{taiga_front_version}}"
|
||||
|
||||
- template:
|
||||
src=conf.json
|
||||
dest=/srv/taiga/taiga-front-dist/dist/conf.json
|
||||
mode=0644 owner=taiga group=taiga
|
||||
- name: install the frontend configuration file
|
||||
template:
|
||||
src: conf.json
|
||||
dest: /srv/taiga/taiga-front-dist/dist/conf.json
|
||||
mode: 0644
|
||||
owner: taiga
|
||||
group: taiga
|
||||
tags: taiga
|
||||
|
||||
# create plugins directory - new in taiga 3.0.0
|
||||
|
@ -241,16 +244,16 @@
|
|||
chdir: /srv/taiga/taiga-contrib-oidc-auth/front
|
||||
creates: /srv/taiga/taiga-contrib-oidc-auth/front/dist/oidc_auth.js
|
||||
|
||||
# Copy the Fedora logo
|
||||
- copy:
|
||||
- name: copy the Fedora logo
|
||||
copy:
|
||||
src: fedora-logo.png
|
||||
dest: /srv/taiga/taiga-front-dist/dist/plugins/oidc-auth/images/contrib/fedora-logo.png
|
||||
owner: taiga
|
||||
group: taiga
|
||||
tags: taiga
|
||||
|
||||
# Link our plugin pieces in place
|
||||
- file: src=/srv/taiga/taiga-contrib-oidc-auth/front/dist
|
||||
- name: link our plugin pieces in place
|
||||
file: src=/srv/taiga/taiga-contrib-oidc-auth/front/dist
|
||||
dest=/srv/taiga/taiga-front-dist/dist/plugins/oidc-auth
|
||||
state=link
|
||||
owner=taiga
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue