We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196df8e commit 15b9fc8Copy full SHA for 15b9fc8
.github/workflows/ansible-ci.yml
@@ -9,13 +9,14 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- config:
13
- - image: geerlingguy/docker-ubuntu2204-ansible
14
- tag: latest
15
- - image: geerlingguy/docker-rockylinux9-ansible
16
17
- - image: rsprta/opensuse-ansible
18
+ image:
+ - alpine
+ - amazonlinux
+ - debian
+ - centos
+ - fedora
+ - opensuse
19
+ - ubuntu
20
steps:
21
- name: checkout
22
uses: actions/checkout@v4
@@ -24,7 +25,8 @@ jobs:
24
25
- name: molecule
26
uses: robertdebock/[email protected]
27
with:
28
+ image: ${{ matrix.image }}
29
options: parallel
30
scenario: default
- image: ${{ matrix.config.image }}
- tag: ${{ matrix.config.tag }}
31
+ command: "--debug test"
32
+
0 commit comments