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

(Maybe) wrong check for ansible key file #4

Open
gergaly opened this issue Oct 1, 2023 · 0 comments
Open

(Maybe) wrong check for ansible key file #4

gergaly opened this issue Oct 1, 2023 · 0 comments

Comments

@gergaly
Copy link

gergaly commented Oct 1, 2023

Hi,

In create-vm your error message states that the key file cannot be found, but the check is for variable value. I think the check should be something like this:

if ! [[ -f $AUTH_KEYS_FQN ]]; then
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

No branches or pull requests

1 participant