start the gitea service
This commit is contained in:
parent
f62890eb26
commit
0e29d4fc5c
@ -139,4 +139,14 @@
|
|||||||
remote_src: yes
|
remote_src: yes
|
||||||
dest: /usr/local/bin/gitea
|
dest: /usr/local/bin/gitea
|
||||||
owner: git
|
owner: git
|
||||||
|
mode: '0744'
|
||||||
|
|
||||||
|
|
||||||
|
- name: start the gitea service
|
||||||
|
service:
|
||||||
|
name: gitea
|
||||||
|
state: started
|
||||||
|
enabled: yes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user