--- - name: start-gitdaemon become: true ansible.builtin.systemd: name: git-daemon.service state: started enabled: true daemon_reload: true