mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
exFAT_enabled: False -> True
This commit is contained in:
parent
47017817ef
commit
bda872c618
1 changed files with 3 additions and 3 deletions
|
@ -112,8 +112,9 @@ wan_ip: dhcp
|
|||
wan_netmask:
|
||||
wan_gateway:
|
||||
wan_nameserver:
|
||||
exFAT_enabled: False
|
||||
#only change these if you know what you are doing
|
||||
# exFAT is enabled for all "debuntu" OS's as of Nov 2017, in roles/2-common/tasks/packages.yml#L35-L36
|
||||
exFAT_enabled: True
|
||||
# Only change these if you know what you are doing
|
||||
|
||||
# Parameters by Aggregate Roles
|
||||
# Each Role must have the following variables which are either True or False:
|
||||
|
@ -334,7 +335,6 @@ xovis_install: False
|
|||
xovis_enabled: False
|
||||
xovis_target_host: "127.0.0.1:5984"
|
||||
xovis_deployment_name: olpc
|
||||
|
||||
xovis_db_name: xovis
|
||||
xovis_db_user: admin
|
||||
xovis_db_password: admin
|
||||
|
|
Loading…
Add table
Reference in a new issue