main.yml - ansible-roles - A collection of ansible roles I have created over the years.
(HTM) git clone git://jay.scot/ansible-roles
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
main.yml (122B)
---
1 ---
2 - name: Restart git-daemon
3 ansible.builtin.systemd:
4 name: git-daemon
5 state: started
6 daemon_reload: true