mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-05-07 22:02:38 +00:00
ci: Fix failing integration tests
The default name of the default user in centos.stream9 is cloud-user. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
- name: Connect to VM
|
||||
gather_facts: true
|
||||
hosts: default-testvm3
|
||||
remote_user: centos
|
||||
remote_user: cloud-user
|
||||
vars:
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
tasks:
|
||||
|
||||
Reference in New Issue
Block a user