Use systemd service for git repository.

This commit is contained in:
Andreas B. Mundt 2019-05-24 19:58:20 +03:00
parent d7a1a146dd
commit e51f6c5e2d
3 changed files with 25 additions and 23 deletions

View file

@ -1,7 +1,7 @@
- name: reload xinetd
- name: start git-repo
systemd:
daemon_reload: yes
name: xinetd
state: reloaded
name: git-repo
state: started
enabled: yes
listen: reload xinetd
listen: start git-repo