[sssd] Fix nscd diff
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
e652e52733
commit
42f28d726a
|
@ -49,11 +49,11 @@
|
|||
- name: Disable nscd cache
|
||||
lineinfile:
|
||||
dest: /etc/nscd.conf
|
||||
regex: "^enable-cache +{{ item }}"
|
||||
line: "enable-cache {{ item }} no"
|
||||
regex: "enable-cache\t\t{{ item }}"
|
||||
line: "\tenable-cache\t\t{{ item }}\t\tno"
|
||||
loop:
|
||||
- "passwd"
|
||||
- "group "
|
||||
- passwd
|
||||
- group
|
||||
|
||||
- name: Configure PAM authentication
|
||||
template:
|
||||
|
|
Loading…
Reference in New Issue