[install_ldap] correct indentation for nsswitch.conf
parent
9ee1e913a1
commit
1642a9b45b
|
@ -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"
|
||||||
loop:
|
loop:
|
||||||
- passwd
|
- passwd
|
||||||
- group
|
- group
|
||||||
|
|
Loading…
Reference in New Issue