[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
|
- name: Disable nscd cache
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/nscd.conf
|
dest: /etc/nscd.conf
|
||||||
regex: "^enable-cache +{{ item }}"
|
regex: "enable-cache\t\t{{ item }}"
|
||||||
line: "enable-cache {{ item }} no"
|
line: "\tenable-cache\t\t{{ item }}\t\tno"
|
||||||
loop:
|
loop:
|
||||||
- "passwd"
|
- passwd
|
||||||
- "group "
|
- group
|
||||||
|
|
||||||
- name: Configure PAM authentication
|
- name: Configure PAM authentication
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in New Issue