Pull image for task

This commit is contained in:
2022-04-02 22:36:36 +13:00
parent 606e44b9ed
commit 8c9eda04b6

View File

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