mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
correct path and file name
This commit is contained in:
parent
39cf0601d2
commit
d4e396362e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
dest: "{{ item.dest }}"
|
||||
mode: "{{ item.mode }}"
|
||||
with_items:
|
||||
- { src: 'fw-warn.sh', dest: '/usr/sbin/', mode: '0644' }
|
||||
- { src: 'fw_warn.sh', dest: '/etc/profile.d/', mode: '0644' }
|
||||
- { src: 'check-firmware.service', dest: '/etc/systemd/system/', mode: '0644' }
|
||||
- { src: 'check-firmware.sh', dest: '/usr/sbin/', mode: '0755' }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue