mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
Adding PR number to beginning of upload2usb block
This commit is contained in:
parent
30f940a5f4
commit
312ddce9ec
1 changed files with 1 additions and 3 deletions
|
@ -76,7 +76,7 @@
|
|||
- { src: 'iiab-usb_lib-show-all-off', dest: '/usr/bin/', mode: '0755' }
|
||||
- { src: 'iiab-clean-usb.sh', dest: '/usr/sbin/', mode: '0755' }
|
||||
|
||||
- name: '2025-01-05: Add upload2usb app directory to local_content'
|
||||
- name: '2025-01-05: Add upload2usb app (#3875) directory to local_content'
|
||||
file:
|
||||
state: directory
|
||||
path: "{{ doc_root }}/local_content/upload"
|
||||
|
@ -84,7 +84,6 @@
|
|||
group: "{{ apache_user }}"
|
||||
mode: 0755
|
||||
|
||||
|
||||
- name: '2025-01-05: Copy upload2usb app (#3875) files from files/upload/ to local_content'
|
||||
copy:
|
||||
src: "{{ item }}"
|
||||
|
@ -92,7 +91,6 @@
|
|||
with_fileglob:
|
||||
- upload/*
|
||||
|
||||
|
||||
# 2021-03-21: If usbmount is repackaged by apt as a result of Linux kernel 5.4+
|
||||
# supporting exFAT, the stanza below (might) in future no longer be needed...
|
||||
# SEE ALSO: https://github.com/iiab/iiab/blob/586bfc5cb1abf6b4333a21d3fa89695f115432dc/roles/2-common/tasks/packages.yml#L11-L12
|
||||
|
|
Loading…
Reference in a new issue