You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried main branch to test sles15 SP7 BYOS images, playbook deploy/ansible/pb_get-sshkey.yaml passed but the ansible command failed with Failed to connect to the host via ssh, same ansible command passes if using version v3.13.0.1.
It might not be an issue of pb_get-sshkey.yaml but other setup steps (like terraform create ssh key) in front of pb_get-sshkey.yaml.
Describe the bug
I tried
main
branch to testsles15 SP7 BYOS
images, playbookdeploy/ansible/pb_get-sshkey.yaml
passed but the ansible command failed withFailed to connect to the host via ssh
, same ansible command passes if using versionv3.13.0.1
.It might not be an issue of
pb_get-sshkey.yaml
but other setup steps (like terraform create ssh key) in front ofpb_get-sshkey.yaml
.To reproduce
Steps to reproduce the behavior:
sles15 SP7 BYOS
imagedeploy/ansible/pb_get-sshkey.yaml
and passesansible QES_DB --private-key=/xxx/sshkey --inventory=QES_hosts.yaml -vvv --module-name=shell --args="sudo registercloudguest -r xxx"
Expected behavior
Command ssh should be succeeded after pb_get-sshkey.yaml passed.
Additional context
Please let me know if you want more inputs
The text was updated successfully, but these errors were encountered: