forked from infra/ansible
8 lines
152 B
YAML
8 lines
152 B
YAML
|
---
|
||
|
|
||
|
- name: restart nslcd
|
||
|
service: name=nslcd state=restarted
|
||
|
|
||
|
- name: update pam-auth
|
||
|
shell: pam-auth-update --package libpam-modules 2>/dev/null
|