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:
parent
50e0cde9a3
commit
77bf1099cd
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue