1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update roles/firmware/tasks/main.yml

Co-authored-by: A Holt <holta@users.noreply.github.com>
This commit is contained in:
Jerry Vonau 2020-08-02 15:48:47 -05:00 committed by GitHub
parent 888dc4dbeb
commit 77dd015213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: '/usr/sbin/', mode: '0644' }
- { src: 'check-firmware.service', dest: '/etc/systemd/system/' mode: '0644'}
- { src: 'check-firmware.sh', dest: '/usr/sbin/' mode: '0755' }