Skip to content

Commit 0bba87e

Browse files
committed
chore: add vars for Rocky 8 and update meta
1 parent 8f6dada commit 0bba87e

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
include:
4545
- distro: ubuntu2004
4646
ansible-version: '>=2.11.5'
47+
- distro: rockylinux8
48+
ansible-version: '>=2.11.5'
4749

4850
steps:
4951
- name: Check out the codebase

meta/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ galaxy_info:
1111
- name: Ubuntu
1212
versions:
1313
- focal
14+
- name: EL
15+
versions:
16+
- "8"
1417
galaxy_tags:
1518
- development
1619
- system

vars/_rocky-8.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# vars file
2+
---
3+
system_dependecies:
4+
- libev-devel
5+
python_download_url: "https://cdn.rstudio.com/python/centos-8/pkgs"

0 commit comments

Comments
 (0)