Update Ldap priority
This commit is contained in:
parent
4a43c0f0db
commit
a213e18d9c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
lineinfile:
|
||||
dest: /etc/nsswitch.conf
|
||||
regexp: "^{{ item }}:"
|
||||
line: "{{ item }}: files ldap"
|
||||
line: "{{ item }}: files ldap systemd"
|
||||
loop:
|
||||
- passwd
|
||||
- group
|
||||
|
|
Loading…
Reference in a new issue