14 lines
223 B
YAML
14 lines
223 B
YAML
---
|
|
- name: restart nslcd
|
|
service:
|
|
name: nslcd
|
|
state: restarted
|
|
notify: restart nscd
|
|
|
|
- name: restart nscd
|
|
service:
|
|
name: nscd
|
|
state: restarted
|
|
|
|
- name: update pam
|
|
command: pam-auth-update --package
|