CU-eprjdn added git server role
This commit is contained in:
8
ansible/roles/git/handlers/main.yml
Normal file
8
ansible/roles/git/handlers/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: start-gitdaemon
|
||||
become: true
|
||||
systemd:
|
||||
name: git-daemon.service
|
||||
state: started
|
||||
enabled: true
|
||||
daemon_reload: true
|
||||
Reference in New Issue
Block a user