mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
clarified 4 comments
This commit is contained in:
parent
e6021a1f33
commit
2a58b8ec6e
1 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
- { src: 'iiab-usb-lib-show-all-on' , dest: '/usr/bin/', mode: '0755' }
|
||||
- { src: 'iiab-usb-lib-show-all-off' , dest: '/usr/bin/', mode: '0755' }
|
||||
|
||||
- name: Enable exfat and ntfs
|
||||
- name: Enable exFAT and NTFS
|
||||
lineinfile:
|
||||
regexp: '^FILESYSTEMS.*'
|
||||
line: 'FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus exfat fuseblk ntfs"'
|
||||
|
@ -53,7 +53,7 @@
|
|||
state: absent
|
||||
when: not usb_lib_enabled
|
||||
|
||||
- name: Put a variable in iiab.env for display of content at root of USB
|
||||
- name: Put variable in iiab.env that enables display of content at root of USB
|
||||
lineinfile:
|
||||
dest: /etc/iiab/iiab.env
|
||||
regexp: "^IIAB_USB_LIB_SHOW_ALL.*"
|
||||
|
@ -65,14 +65,14 @@
|
|||
dest: "/etc/{{ apache_config_dir }}"
|
||||
when: usb_lib_enabled
|
||||
|
||||
- name: Create the link to enable (debian)
|
||||
- name: Create the link to enable (debuntu)
|
||||
file:
|
||||
src: "/etc/{{ apache_config_dir }}/content_dir.conf"
|
||||
dest: /etc/apache2/sites-enabled/content_dir.conf
|
||||
state: link
|
||||
when: is_debuntu
|
||||
|
||||
- name: Remove the link that enables (debian)
|
||||
- name: Remove the link that enables (debuntu)
|
||||
file:
|
||||
src: "/etc/{{ apache_config_dir }}/content_dir.conf"
|
||||
dest: /etc/apache2/sites-enabled/content_dir.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue