Skip to content

Commit

Permalink
migrate answers example from yaml to json (#1858)
Browse files Browse the repository at this point in the history
## Problem

When changing answers format from yaml to json example file was not
converted.


## Solution

Convert it and also use example which provides password.
  • Loading branch information
jreidinger authored Jan 15, 2025
2 parents 056e4c3 + 842500e commit e3944ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions doc/answers_example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"answers": [
{
"answer": "decrypt",
"class": "storage.luks_activation",
"password": "my_password"
}
]
}
3 changes: 0 additions & 3 deletions doc/answers_example.yaml

This file was deleted.

0 comments on commit e3944ce

Please sign in to comment.