mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
long term fix
This commit is contained in:
parent
f578291834
commit
387b0e5875
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@
|
||||||
line: 'FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus exfat fuseblk ntfs"'
|
line: 'FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus exfat fuseblk ntfs"'
|
||||||
path: /etc/usbmount/usbmount.conf
|
path: /etc/usbmount/usbmount.conf
|
||||||
|
|
||||||
|
- name: Remove /etc/usbmount/mount.d/00_create_model_symlink
|
||||||
|
file:
|
||||||
|
path: /etc/usbmount/mount.d/00_create_model_symlink
|
||||||
|
state: absent
|
||||||
|
|
||||||
# 2021-03-25: Consider removing this stanza & all of this role's Apache logic!
|
# 2021-03-25: Consider removing this stanza & all of this role's Apache logic!
|
||||||
- name: Install /etc/{{ apache_conf_dir }}/content_dir.conf from template
|
- name: Install /etc/{{ apache_conf_dir }}/content_dir.conf from template
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue