Skip to content

Commit

Permalink
migrate answers example from yaml to prettified json
Browse files Browse the repository at this point in the history
with `python -m json.tool`
  • Loading branch information
mvidner committed Jan 15, 2025
1 parent 5a95f48 commit 842500e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions doc/answers_example.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{ "answers": [{
"class": "storage.luks_activation",
"answer": "decrypt",
"password": "my_password"
}]
{
"answers": [
{
"answer": "decrypt",
"class": "storage.luks_activation",
"password": "my_password"
}
]
}

0 comments on commit 842500e

Please sign in to comment.