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 8f6dada commit 0bba87eCopy full SHA for 0bba87e
.github/workflows/ci.yml
@@ -44,6 +44,8 @@ jobs:
44
include:
45
- distro: ubuntu2004
46
ansible-version: '>=2.11.5'
47
+ - distro: rockylinux8
48
+ ansible-version: '>=2.11.5'
49
50
steps:
51
- name: Check out the codebase
meta/main.yml
@@ -11,6 +11,9 @@ galaxy_info:
11
- name: Ubuntu
12
versions:
13
- focal
14
+ - name: EL
15
+ versions:
16
+ - "8"
17
galaxy_tags:
18
- development
19
- system
vars/_rocky-8.yml
@@ -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