change quotes
This commit is contained in:
parent
982066eefa
commit
ba37a74637
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue