mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update roles/firmware/tasks/main.yml
Co-authored-by: A Holt <holta@users.noreply.github.com>
This commit is contained in:
parent
87c82b84d1
commit
39cf0601d2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- { src: 'fw-warn.sh', dest: '/usr/sbin/', mode: '0644' }
|
- { src: 'fw-warn.sh', dest: '/usr/sbin/', mode: '0644' }
|
||||||
- { src: 'check-firmware.service', dest: '/etc/systemd/system/', mode: '0644' }
|
- { src: 'check-firmware.service', dest: '/etc/systemd/system/', mode: '0644' }
|
||||||
- { src: 'check-firmware.sh', dest: '/usr/sbin/' mode: '0755' }
|
- { src: 'check-firmware.sh', dest: '/usr/sbin/', mode: '0755' }
|
||||||
|
|
||||||
- name: Enable and Start check-firmware.service
|
- name: Enable and Start check-firmware.service
|
||||||
systemd:
|
systemd:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue