From b8f903452bc293b22e21df03d7d113c6905ceb58 Mon Sep 17 00:00:00 2001 From: Akos Balla Date: Thu, 30 May 2024 01:20:19 +0200 Subject: [PATCH] escape tabs --- tasks/ldap/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/ldap/main.yml b/tasks/ldap/main.yml index 30d56ad..7f22385 100644 --- a/tasks/ldap/main.yml +++ b/tasks/ldap/main.yml @@ -62,10 +62,10 @@ state: present backup: yes loop: - - "enable-cache passwd no" - - "enable-cache group no" - - "enable-cache hosts yes" - - "enable-cache netgroup no" + - "enable-cache\t\tpasswd\t\tno" + - "enable-cache\t\tgroup\t\tno" + - "enable-cache\t\thosts\t\tyes" + - "enable-cache\t\tnetgroup\tno" loop_control: loop_var: nscd_item notify: