fix looping over variable

This commit is contained in:
Alexander Grothe 2017-06-22 13:29:20 +02:00
parent ae8d54aed1
commit 86488b5a79
1 changed files with 1 additions and 2 deletions

View File

@ -19,5 +19,4 @@
template:
src: templates/avahi/service.j2
dest: '/etc/avahi/services/yavdr-{{ item.key }}.service'
with_dict:
- '{{ media_dirs }}'
with_dict: '{{ media_dirs }}'