mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-29 02:44:35 +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
|
- name: Connect to VM
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
hosts: default-testvm3
|
hosts: default-testvm3
|
||||||
remote_user: centos
|
remote_user: cloud-user
|
||||||
vars:
|
vars:
|
||||||
ansible_python_interpreter: /usr/bin/python3
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
tasks:
|
tasks:
|
||||||
|
|||||||
Reference in New Issue
Block a user