Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate answers example from yaml to json #1858

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jreidinger
Copy link
Contributor

Problem

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

Solution

Convert it and also use example which provides password.

Copy link
Contributor

@mvidner mvidner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I suggest a reformatted version (via python -m json.tool)

{
    "answers": [
        {
            "answer": "decrypt",
            "class": "storage.luks_activation",
            "password": "my_password"
        }
    ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants