6 lines
129 B
YAML
6 lines
129 B
YAML
|
---
|
||
|
# restart nslcd service to apply changes
|
||
|
- name: restart nslcd
|
||
|
service:
|
||
|
name: "{{ nslcd_daemon }}"
|
||
|
state: restarted
|