You've already forked ansible-role-common
try with boolean
This commit is contained in:
@@ -32,7 +32,7 @@ local test_distro(distribution) =
|
|||||||
{
|
{
|
||||||
name: 'Molecule test on %(distribution)s' % { distribution: distribution },
|
name: 'Molecule test on %(distribution)s' % { distribution: distribution },
|
||||||
volumes: [{ name: 'dockersock', path: '/var/run' },],
|
volumes: [{ name: 'dockersock', path: '/var/run' },],
|
||||||
pull: 'true',
|
pull: true,
|
||||||
image: 'guisea/ansible-molecule:alpine-latest',
|
image: 'guisea/ansible-molecule:alpine-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