style 💎: Remove commented-out sshkeys config
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user