Name is required

This commit is contained in:
2022-03-15 16:19:35 +13:00
parent ac4b9d5120
commit fb08a64e88

View File

@@ -30,7 +30,9 @@ local email_notification() =
}; };
local test_distro(distribution) = local test_distro(distribution) =
{ volumes: [{ name: 'dockersock', path: '/var/run' },], {
name: 'Molecule test on %(distribution)s' % { distribution: distribution },
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