Migrate borgbackup module to vars

This commit is contained in:
Pablo Ovelleiro Corral
2025-01-13 22:38:13 +01:00
committed by Jörg Thalheim
parent e973e64aaf
commit 7a17a04698
9 changed files with 64 additions and 45 deletions

View File

@@ -32,7 +32,7 @@ class Prompt:
name=data["name"],
description=data["description"],
prompt_type=PromptType(data["type"]),
create_file=data.get("persist", data["createFile"]),
create_file=data.get("persist", data["persist"]),
previous_value=data.get("previousValue"),
)