1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

short term fix

This commit is contained in:
Jerry Vonau 2021-04-28 11:08:52 -05:00
parent 387b0e5875
commit be1b98cd8c

View file

@ -64,6 +64,11 @@
include_tasks: nginx.yml
when: nginx_enabled
# clean up here to catch the already installed users, remove for the next release
- name: Remove /etc/usbmount/mount.d/00_create_model_symlink
file:
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: