From e3414af6757bbe2295491b41af71899251973f24 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 9 Dec 2025 20:50:23 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Remove=20commented-out?= =?UTF-8?q?=20sshkeys=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes a commented-out configuration section for `sshkeys` within the testing task definition. This was likely a temporary setting and is now permanently removed, simplifying the configuration and preventing potential issues. --- tasks/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/testing.yml b/tasks/testing.yml index 347d30b..7ce00fd 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -98,7 +98,7 @@ node: node0 # The hostname of the node that the VM will be created on ciuser: "{{ ciuser }}" cipassword: "{{ cipassword }}" - sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}" + # sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}" storage: local-lvm disk_size: 32G vlan: 50 @@ -116,7 +116,7 @@ node: node0 # The hostname of the node that the VM will be created on ciuser: "{{ ciuser }}" cipassword: "{{ cipassword }}" - sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}" + # sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}" storage: local-lvm disk_size: 64G vlan: 50