fix syntax error in task and role name

This commit is contained in:
Alexander Grothe
2017-11-18 10:48:50 +01:00
parent beb27b8c66
commit 04bf735d28
4 changed files with 6 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
with_items: '{{ dvbsky_firmware_files }}'
# Remove temporary files
file:
- file:
path=/tmp/dvbsky-firmware state=absent
when:
- dvbsky_firmware_files is defined