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 92e26e9Copy full SHA for 92e26e9
.github/workflows/ansible-ci.yml
@@ -9,13 +9,13 @@ 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
+ - rockylinux
+ - opensuse
+ - ubuntu
19
steps:
20
- name: checkout
21
uses: actions/checkout@v4
@@ -24,7 +24,6 @@ jobs:
24
- name: molecule
25
uses: robertdebock/[email protected]
26
with:
27
+ image: ${{ matrix.image }}
28
options: parallel
29
scenario: default
- image: ${{ matrix.config.image }}
30
- tag: ${{ matrix.config.tag }}
0 commit comments