change quotes

This commit is contained in:
Ruben Blanco 2023-10-18 13:41:10 +02:00
parent 982066eefa
commit ba37a74637
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
with_items:
- regexp: "^# export LS_OPTIONS"
line: "{{ export_LS_OPTIONS }}"
- regexp: "^# eval "$(dircolors)""
- regexp: "^# eval"
line: "{{ eval_dircolors }}"
- regexp: "^# alias ls='ls $LS_OPTIONS'"
line: "{{ alias_ls }}"