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"
|
# deb: "{{ iiab_download_url }}/usbmount_0.0.22_all.deb"
|
||||||
# # when: is_debian
|
# # when: is_debian
|
||||||
|
|
||||||
# check status of usbmount on mintlinux - should be ok Ubuntu variant
|
- name: Install lockfile-progs util-linux for usbmount from OS repo
|
||||||
# - name: Install usbmount from OS repo for Ubuntu variants
|
package:
|
||||||
# package:
|
name:
|
||||||
# name: usbmount
|
- lockfile-progs
|
||||||
# state: present
|
- util-linux
|
||||||
# when: is_ubuntu
|
state: present
|
||||||
|
|
||||||
- name: Add dir {{ doc_root }}/local_content, where USB drive links can appear (0775) owned by {{ apache_user }}:{{ apache_user }}
|
- name: Add dir {{ doc_root }}/local_content, where USB drive links can appear (0775) owned by {{ apache_user }}:{{ apache_user }}
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue