[sssd] Fix nscd diff

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-07-11 11:45:02 +02:00 committed by ynerant
parent e652e52733
commit 42f28d726a
1 changed files with 4 additions and 4 deletions

View File

@ -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: