From 959d43c86904339eff40295b649dcf06ba8bf57c Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sat, 19 Aug 2023 16:47:43 +1200 Subject: [PATCH] Get matrix working --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fcf81cd..7fb6e74 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,5 @@ matrix: - molecule_distro: + MOLECULE_DISTRO: - centos7 - centos8 - almalinux8 @@ -9,7 +9,6 @@ steps: image: guisea/ansible-molecule environment: ANSIBLE_CALLBACK_WHITELIST: profile_tasks - # MOLECULE_DISTRO: ${molecule_distro} EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel commands: - molecule test --all