[install_ldap] correct indentation for nsswitch.conf
parent
9ee1e913a1
commit
1642a9b45b
|
@ -26,7 +26,7 @@
|
|||
lineinfile:
|
||||
dest: /etc/nsswitch.conf
|
||||
regexp: "^{{ item }}:"
|
||||
line: "{{ item }}: files ldap"
|
||||
line: "{{ item }}: files ldap"
|
||||
loop:
|
||||
- passwd
|
||||
- group
|
||||
|
|
Loading…
Reference in New Issue