Skip to content
Snippets Groups Projects
Commit abfab971 authored by Chris Hines's avatar Chris Hines
Browse files

remove templatiting of pam_ldap.conf, we use sssd instead

Former-commit-id: 940670b3
parent 3379d9e0
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
- name: "Copy configuration files to ldap client" - name: "Copy configuration files to ldap client"
template: src={{ item }}.j2 dest=/etc/{{ item }} template: src={{ item }}.j2 dest=/etc/{{ item }}
with_items: with_items:
- pam_ldap.conf
- nsswitch.conf - nsswitch.conf
become: true become: true
become_user: root become_user: root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment