library/roles/gitea/tasks/main.yml: ensure that the gitea service is enabled.
This commit is contained in:
parent
43977a6994
commit
a96a7d1009
|
@ -40,4 +40,7 @@
|
||||||
command: systemctl daemon-reload
|
command: systemctl daemon-reload
|
||||||
when: gitea_systemd_unit is changed
|
when: gitea_systemd_unit is changed
|
||||||
|
|
||||||
|
- name: Ensure that the gitea service is running and enabled
|
||||||
|
service: name=gitea status=started enabled=yes
|
||||||
|
|
||||||
tags: [ 'git', 'gitea' ]
|
tags: [ 'git', 'gitea' ]
|
Loading…
Reference in New Issue