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:
|
lineinfile:
|
||||||
dest: /etc/nsswitch.conf
|
dest: /etc/nsswitch.conf
|
||||||
regexp: "^{{ item }}:"
|
regexp: "^{{ item }}:"
|
||||||
line: "{{ item }}: files ldap"
|
line: "{{ item }}: files ldap systemd"
|
||||||
loop:
|
loop:
|
||||||
- passwd
|
- passwd
|
||||||
- group
|
- group
|
||||||
|
|
Loading…
Reference in a new issue