From 8c9eda04b67555d09c7b89f960541d28b1da587c Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sat, 2 Apr 2022 22:36:36 +1300 Subject: [PATCH] Pull image for task --- .drone.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.jsonnet b/.drone.jsonnet index 2507e09..4306903 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -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