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:
parent
387b0e5875
commit
be1b98cd8c
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,11 @@
|
||||||
include_tasks: nginx.yml
|
include_tasks: nginx.yml
|
||||||
when: nginx_enabled
|
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
|
- name: Put variable in iiab.env that enables display of content at root of USB
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue