From abfab97148b35776573af555afc2ec7efad689d0 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Thu, 11 Aug 2016 22:21:59 +0000 Subject: [PATCH] remove templatiting of pam_ldap.conf, we use sssd instead Former-commit-id: 940670b342ebc902bf9a5d8f7921565b4ea85858 --- roles/ldapclient/tasks/configLdapClient.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/ldapclient/tasks/configLdapClient.yml b/roles/ldapclient/tasks/configLdapClient.yml index 5b667f2e..3a85550e 100644 --- a/roles/ldapclient/tasks/configLdapClient.yml +++ b/roles/ldapclient/tasks/configLdapClient.yml @@ -2,7 +2,6 @@ - name: "Copy configuration files to ldap client" template: src={{ item }}.j2 dest=/etc/{{ item }} with_items: - - pam_ldap.conf - nsswitch.conf become: true become_user: root -- GitLab