move notify from outer block to firmware copying task

This commit is contained in:
Alexander Grothe 2017-11-18 10:54:43 +01:00
parent 446fb8d53f
commit 0616ac4982
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,7 @@
group: root
mode: 0644
with_items: '{{ dvbsky_firmware_files }}'
notify: ['Trigger Udev']
# Remove temporary files
- file:
@ -36,7 +37,6 @@
when:
- dvbsky_firmware_files is defined
- "{{ dvbsky_firmware_files }}"
notify: ['Trigger Udev']
tags:
- install
- autodetect