From f3dc59d47f3c527265e6ad2567c8823f275c686e Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 12 Oct 2023 16:34:26 +1300 Subject: [PATCH] Revert the matrix --- .woodpecker/test.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index bae7442..ee18379 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -1,9 +1,7 @@ matrix: - include: - - MOLECULE_DISTRO: centos7 - MOLECULE_DOCKER_COMMAND: /usr/lib/systemd/systemd - - MOLECULE_DISTRO: almalinux8 - MOLECULE_DOCKER_COMMAND: "" + MOLECULE_DISTRO: + - centos7 + - almalinux8 steps: test: @@ -11,13 +9,15 @@ steps: image: guisea/ansible-molecule pull: true environment: - ANSIBLE_CALLBACK_WHITELIST: profile_tasks - EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel + ANSIBLE_CALLBACK_WHITELIST: profile_tasks + EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel volumes: - - /var/run/docker.sock:/var/run/docker.sock + - /var/run/docker.sock:/var/run/docker.sock commands: - - molecule test --all + - molecule test --all when: - event: push + event: + - push + - manual depends_on: - lint