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