Skip to content

Commit

Permalink
escape tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
suhancz committed May 29, 2024
1 parent 6113f85 commit b8f9034
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/ldap/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b8f9034

Please sign in to comment.