From 5a95f481b9bbed2d0ff0162f45f144d8a7005b3a Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Fri, 3 Jan 2025 09:33:44 +0100 Subject: [PATCH] migrate answers example from yaml to json --- doc/answers_example.json | 6 ++++++ doc/answers_example.yaml | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 doc/answers_example.json delete mode 100644 doc/answers_example.yaml diff --git a/doc/answers_example.json b/doc/answers_example.json new file mode 100644 index 0000000000..a82f580064 --- /dev/null +++ b/doc/answers_example.json @@ -0,0 +1,6 @@ +{ "answers": [{ + "class": "storage.luks_activation", + "answer": "decrypt", + "password": "my_password" + }] +} diff --git a/doc/answers_example.yaml b/doc/answers_example.yaml deleted file mode 100644 index 581f39ff1d..0000000000 --- a/doc/answers_example.yaml +++ /dev/null @@ -1,3 +0,0 @@ -answers: - - class: storage.luks_activation - answer: "skip"