diff --git a/molecule/virtualbox_rocky8/molecule.yml b/molecule/virtualbox_rocky8/molecule.yml
index e7db0dd2a425dc36acaba7edec63c775f5999707..f6e9b838fa0096a13867cb64e866498cfccd9e81 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