add service start

This commit is contained in:
Chris Hammer 2022-10-05 14:25:57 -04:00
parent ccd5bd7951
commit 41705a3c4a

View File

@ -87,4 +87,11 @@
daemon_reload: yes
- name: Start Gitea
service:
name : gitea
state : started
enabled : yes
...