From b3e850ba9738f401d3cd4b858c079d02d0b80f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Thu, 5 Sep 2024 17:28:15 +0200 Subject: [PATCH] fix: molecule config syntax --- molecule/virtualbox_rocky8/molecule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule/virtualbox_rocky8/molecule.yml b/molecule/virtualbox_rocky8/molecule.yml index e7db0dd..f6e9b83 100644 --- a/molecule/virtualbox_rocky8/molecule.yml +++ b/molecule/virtualbox_rocky8/molecule.yml @@ -21,7 +21,7 @@ platforms: # Dictionary of `config` options. config_options: ssh.keep_alive: true - ssh.remote_user: "'lza'" + ssh.remote_user: "lza" disksize.size: '20GB' - name: vm-rosora-mol box: rockylinux/8 @@ -32,7 +32,7 @@ platforms: # Dictionary of `config` options. config_options: ssh.keep_alive: true - ssh.remote_user: "'lza'" + ssh.remote_user: "lza" disksize.size: '20GB' provisioner: name: ansible -- GitLab