Skip to content

Commit 4d08c66

Browse files
Jakujerichm
authored andcommitted
Run CI on CentOS 10 stream images
Signed-off-by: Jakub Jelen <[email protected]>
1 parent 9714479 commit 4d08c66

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ansible-centos.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,16 @@ jobs:
4444
group: local
4545
hosts: localhost
4646
targets: "tests/tests_*.yml"
47+
48+
centos-10:
49+
runs-on: ubuntu-latest
50+
steps:
51+
- name: checkout PR
52+
uses: actions/checkout@v4
53+
54+
- name: ansible check with centos 10
55+
uses: roles-ansible/check-ansible-centos-centos10-action@main
56+
with:
57+
group: local
58+
hosts: localhost
59+
targets: "tests/tests_*.yml"

0 commit comments

Comments
 (0)