diff --git a/.drone.jsonnet b/.drone.jsonnet index 9c75e98..dafc740 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -30,7 +30,9 @@ local email_notification() = }; local test_distro(distribution) = - { volumes: [{ name: 'dockersock', path: '/var/run' },], + { + name: 'Molecule test on %(distribution)s' % { distribution: distribution }, + volumes: [{ name: 'dockersock', path: '/var/run' },], image: 'guisea/ansible-molecule:latest', commands: [ 'sleep 10', // give docker enough time to start