libravatar: fix quoting
This commit is contained in:
parent
5dd20fa63b
commit
d364970549
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
|
||||
- name: Allow libravatar connect to db remote services
|
||||
seboolean:
|
||||
name: {{ item }}
|
||||
name: "{{ item }}"
|
||||
state: yes
|
||||
persistent: yes
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue