forked from ISTI-ansible-roles/ansible-roles
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
|
||||
when: gitea_systemd_unit is changed
|
||||
|
||||
tags: [ 'git', 'gitea' ]
|
||||
- name: Ensure that the gitea service is running and enabled
|
||||
service: name=gitea status=started enabled=yes
|
||||
|
||||
tags: [ 'git', 'gitea' ]
|
||||
|
|
Loading…
Reference in New Issue