try with boolean

This commit is contained in:
2022-04-02 22:41:07 +13:00
parent 8c9eda04b6
commit 4b41ea1a10

View File

@@ -32,7 +32,7 @@ local test_distro(distribution) =
{
name: 'Molecule test on %(distribution)s' % { distribution: distribution },
volumes: [{ name: 'dockersock', path: '/var/run' },],
pull: 'true',
pull: true,
image: 'guisea/ansible-molecule:alpine-latest',
commands: [
'sleep 10', // give docker enough time to start