summaryrefslogtreecommitdiff
path: root/v-i
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-30 10:54:08 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-30 15:55:25 +0200
commitc44002f42061ab1bac7fd8e108fa5dde1aa6179e (patch)
tree27f44f86af6980d122a046dda74302bf9018b410 /v-i
parentbce3022d909d8a410c8f8c46a6994101d8e6a16a (diff)
downloadv-i-c44002f42061ab1bac7fd8e108fa5dde1aa6179e.tar.gz
fix: make luks be string-typed
Sponsored-by: author
Diffstat (limited to 'v-i')
-rwxr-xr-xv-i2
1 files changed, 1 insertions, 1 deletions
diff --git a/v-i b/v-i
index a8c3a0d..5197acf 100755
--- a/v-i
+++ b/v-i
@@ -383,7 +383,7 @@ class SystemSpec:
"extra_lvs": [],
"extra_playbooks": [],
"ansible_vars": {},
- "luks": None,
+ "luks": "",
}
with open(filename) as f:
obj = yaml.safe_load(f)