nslcd should start on boot

This commit is contained in:
Ruben Blanco 2024-02-12 17:35:15 +01:00
parent e02560178f
commit 5ee045225f
1 changed files with 5 additions and 0 deletions

View File

@ -58,4 +58,9 @@
service:
name: "{{ autofs_daemon }}"
enabled: yes
# enabled nslcd
- name: service should start on boot
service:
name: "{{ nslcd_daemon }}"
enabled: yes
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++