Move the check up
This commit is contained in:
parent
3ee9f119ee
commit
9ff5ceeaf8
1 changed files with 2 additions and 1 deletions
|
@ -57,9 +57,10 @@
|
||||||
|
|
||||||
- name: set-up gitolite
|
- name: set-up gitolite
|
||||||
command: gl-setup
|
command: gl-setup
|
||||||
|
creates=/srv/git/.gitolite.rc
|
||||||
sudo: yes
|
sudo: yes
|
||||||
sudo_user: git
|
sudo_user: git
|
||||||
creates: /srv/git/.gitolite.rc
|
|
||||||
tags:
|
tags:
|
||||||
- gitolite
|
- gitolite
|
||||||
- pagure
|
- pagure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue