mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
forgot the dependencies
This commit is contained in:
parent
daa3deb034
commit
eca12605b9
1 changed files with 6 additions and 6 deletions
|
@ -52,12 +52,12 @@
|
|||
# deb: "{{ iiab_download_url }}/usbmount_0.0.22_all.deb"
|
||||
# # when: is_debian
|
||||
|
||||
# check status of usbmount on mintlinux - should be ok Ubuntu variant
|
||||
# - name: Install usbmount from OS repo for Ubuntu variants
|
||||
# package:
|
||||
# name: usbmount
|
||||
# state: present
|
||||
# when: is_ubuntu
|
||||
- name: Install lockfile-progs util-linux for usbmount from OS repo
|
||||
package:
|
||||
name:
|
||||
- lockfile-progs
|
||||
- util-linux
|
||||
state: present
|
||||
|
||||
- name: Add dir {{ doc_root }}/local_content, where USB drive links can appear (0775) owned by {{ apache_user }}:{{ apache_user }}
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue