We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pipeline is getting the following error when attempting to run the playbooks and is failing due to an invalid format private key.
"msg": "Failed to connect to the host via ssh: load pubkey \"/tmp/privateKey173999725\": invalid format\r\nHost key verification failed."
The text was updated successfully, but these errors were encountered:
further investigations I found this:
arillso/action.playbook#4
@lukeburciu can you please check if we have a blank line after -----END RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
Sorry, something went wrong.
Updated private key ANSIBLE_CI_KEY. -----END RSA PRIVATE KEY---- followed with a blank line
ANSIBLE_CI_KEY
-----END RSA PRIVATE KEY----
all working
madeinoz67
lukeburciu
Successfully merging a pull request may close this issue.
Pipeline is getting the following error when attempting to run the playbooks and is failing due to an invalid format private key.
The text was updated successfully, but these errors were encountered: