Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
390 B

  1. - name: update libpam-ldap configuration
  2. shell: rm /etc/pam_ldap.conf || true; dpkg-reconfigure libpam-ldap -f noninteractive
  3. notify: pam-auth-update
  4. - name: pam-auth-update
  5. shell: DEBIAN_FRONTEND=noninteractive pam-auth-update
  6. - name: update libnss-ldap configuration
  7. shell: rm /etc/libnss_ldap.conf || true; dpkg-reconfigure libnss-ldap -f noninteractive
  8. notify: restart nscd