Skip to content

Commit

Permalink
chore: add vars for Rocky 8 and update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
koralowiec committed Feb 16, 2023
1 parent 8f6dada commit 0bba87e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
include:
- distro: ubuntu2004
ansible-version: '>=2.11.5'
- distro: rockylinux8
ansible-version: '>=2.11.5'

steps:
- name: Check out the codebase
Expand Down
3 changes: 3 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ galaxy_info:
- name: Ubuntu
versions:
- focal
- name: EL
versions:
- "8"
galaxy_tags:
- development
- system
Expand Down
5 changes: 5 additions & 0 deletions vars/_rocky-8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# vars file
---
system_dependecies:
- libev-devel
python_download_url: "https://cdn.rstudio.com/python/centos-8/pkgs"

0 comments on commit 0bba87e

Please sign in to comment.