diff --git a/roles/firmware/tasks/install.yml b/roles/firmware/tasks/install.yml index 2e0bd1e06..ce7004ea2 100644 --- a/roles/firmware/tasks/install.yml +++ b/roles/firmware/tasks/install.yml @@ -2,7 +2,7 @@ include_tasks: download.yml when: firmware_downloaded is undefined # SEE ALSO firmware_installed below -- name: 'Install from template: /usr/bin/iiab-check-firmware, /etc/systemd/iiab-check-firmware.service & /etc/profile.d/iiab-firmware-warn.sh' +- name: 'Install from template: /usr/bin/iiab-check-firmware, /etc/systemd/system/iiab-check-firmware.service & /etc/profile.d/iiab-firmware-warn.sh' template: src: "{{ item.src }}" dest: "{{ item.dest }}"