You've already forked ansible-role-common
Removed extra name value
This commit is contained in:
@@ -30,8 +30,7 @@ local email_notification() =
|
|||||||
};
|
};
|
||||||
|
|
||||||
local test_distro(distribution) =
|
local test_distro(distribution) =
|
||||||
{
|
{,
|
||||||
name: 'Test on %(distribution)s' % { distribution: 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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user