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
|
- name: Allow libravatar connect to db remote services
|
||||||
seboolean:
|
seboolean:
|
||||||
name: {{ item }}
|
name: "{{ item }}"
|
||||||
state: yes
|
state: yes
|
||||||
persistent: yes
|
persistent: yes
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue