This commit is contained in:
14
roles/gitea/tasks/configure.yml
Normal file
14
roles/gitea/tasks/configure.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: configure | deploy systemd configuration
|
||||
template:
|
||||
src: etc/systemd/system/gitea.service.j2
|
||||
dest: /etc/systemd/system/gitea.service
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
notify: "restart gitea"
|
||||
|
||||
- name: ensure that service is started
|
||||
service:
|
||||
name: "gitea"
|
||||
state: started
|
||||
Reference in New Issue
Block a user