Erroneus comma removal

This commit is contained in:
2022-03-15 16:16:09 +13:00
parent b76a532eb4
commit ac4b9d5120

View File

@@ -30,8 +30,7 @@ local email_notification() =
}; };
local test_distro(distribution) = local test_distro(distribution) =
{, { volumes: [{ name: 'dockersock', path: '/var/run' },],
volumes: [{ name: 'dockersock', path: '/var/run' },],
image: 'guisea/ansible-molecule:latest', image: 'guisea/ansible-molecule:latest',
commands: [ commands: [
'sleep 10', // give docker enough time to start 'sleep 10', // give docker enough time to start