start the gitea service

This commit is contained in:
Ibrahim Mkusa 2024-09-21 23:37:01 -04:00
parent f62890eb26
commit 0e29d4fc5c

View File

@ -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