Enable the git service
This commit is contained in:
parent
7bf673e2c6
commit
5e8410eac6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue