Skip to content
Snippets Groups Projects
Commit b3e850ba authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: molecule config syntax

parent e4e935d7
No related branches found
No related tags found
No related merge requests found
Pipeline #7087 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment