You've already forked ansible-role-common
Name is required
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user