Enable the git service

This commit is contained in:
Frank Schiebel 2023-09-05 15:49:00 +02:00
parent 7bf673e2c6
commit 5e8410eac6

View file

@ -27,9 +27,10 @@
src: templates/lmn-netboot-git.service.j2 src: templates/lmn-netboot-git.service.j2
dest: /lib/systemd/system/lmn-netboot-git.service dest: /lib/systemd/system/lmn-netboot-git.service
- name: Start gitd service for installation playbook - name: start lmn-netboot-git service for installation playbook
systemd: systemd:
name: lmn-netboot-git name: lmn-netboot-git
enabled: true
state: started state: started
- name: provide preseed.cfg_lmn-desktop file - name: provide preseed.cfg_lmn-desktop file