mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
Perform git clone as the taiga user.
This commit is contained in:
@@ -78,7 +78,13 @@
|
||||
### DONE with db stuff
|
||||
|
||||
### NEXT, setup taiga-back from git
|
||||
- git: repo=https://github.com/taigaio/taiga-back.git dest=/home/taiga/taiga-back version=stable
|
||||
- command: sudo -u taiga git clone https://github.com/taigaio/taiga-back.git
|
||||
chdir=/home/taiga/
|
||||
creates=/home/taiga/taiga-back
|
||||
tags: taiga
|
||||
|
||||
- command: sudo -u taiga git checkout stable
|
||||
chdir=/home/taiga/taiga-back
|
||||
tags: taiga
|
||||
|
||||
- command: pip3 install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user