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:
Felix Matouschek
2024-03-01 14:52:29 +01:00
parent 9e2fc74ccb
commit 5e2f152c7d

View File

@@ -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: