libravatar: fix missing quotes after last commit
This commit is contained in:
parent
e37f36d22a
commit
a9877b32ca
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
|||
|
||||
- name: send cron emails to desired address
|
||||
lineinfile:
|
||||
path: {{ item }}
|
||||
path: "{{ item }}"
|
||||
regexp: "^MAILTO="
|
||||
line: "MAILTO={{ mail_to }}"
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue