1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

roles/firmware/tasks/install.yml: Fix path typo in comment

This commit is contained in:
root 2021-07-27 22:44:52 -04:00
parent 50e0cde9a3
commit 77bf1099cd

View file

@ -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 }}"