mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
Begin to remove iiab_usb_lib_show_all and IIAB_USB_LIB_SHOW_ALL
This commit is contained in:
parent
fe633b2cd7
commit
d15493b399
2 changed files with 0 additions and 9 deletions
|
@ -1,9 +1,6 @@
|
|||
# usb_lib_install: True
|
||||
# usb_lib_enabled: True
|
||||
|
||||
# Show entire contents of USB sticks/drives (at http://box/usb)
|
||||
# iiab_usb_lib_show_all: True
|
||||
|
||||
# Set umask=0000 for VFAT, NTFS and exFAT in /etc/usbmount/usbmount.conf for
|
||||
# Kolibri exports, and student uploads to teacher's USB stick (http://box/usb)
|
||||
# usb_lib_writable_sticks: True
|
||||
|
|
|
@ -66,12 +66,6 @@
|
|||
path: /etc/usbmount/mount.d/00_create_model_symlink
|
||||
state: absent
|
||||
|
||||
- name: Put variable in iiab.env that enables display of content at root of USB
|
||||
lineinfile:
|
||||
path: "{{ iiab_env_file }}"
|
||||
regexp: "^IIAB_USB_LIB_SHOW_ALL.*"
|
||||
line: "IIAB_USB_LIB_SHOW_ALL={{ iiab_usb_lib_show_all }}"
|
||||
|
||||
|
||||
- name: Add 'usb_lib' variable values to {{ iiab_ini_file }}
|
||||
ini_file:
|
||||
|
|
Loading…
Reference in a new issue