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