Skip to content

Commit

Permalink
Test Ansible 8 and RHEL9 (if applicable)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jun 12, 2023
1 parent ccbfa9d commit 60376a1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Expand Up @@ -5,4 +5,4 @@
repository:
description: Install and configure collectd on your system.
homepage: https://robertdebock.nl/
topics: collectd, ansible, molecule, tox, playbook
topics: collectd, security, ansible, molecule, tox, playbook
2 changes: 2 additions & 0 deletions .github/workflows/molecule.yml
Expand Up @@ -35,6 +35,8 @@ jobs:
tag: "latest"
- image: "enterpriselinux"
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "debian"
tag: "latest"
- image: "fedora"
Expand Down
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -18,6 +18,8 @@ molecule:
tag: "latest"
- image: "enterpriselinux"
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "debian"
tag: "latest"
- image: "fedora"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -327,7 +327,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|---------|----|
|[Alpine](https://hub.docker.com/repository/docker/robertdebock/alpine/general)|all|
|[Amazon](https://hub.docker.com/repository/docker/robertdebock/amazonlinux/general)|Candidate|
|[EL](https://hub.docker.com/repository/docker/robertdebock/enterpriselinux/general)|8|
|[EL](https://hub.docker.com/repository/docker/robertdebock/enterpriselinux/general)|8, 9|
|[Debian](https://hub.docker.com/repository/docker/robertdebock/debian/general)|bullseye|
|[Fedora](https://hub.docker.com/repository/docker/robertdebock/fedora/general)|all|
|[opensuse](https://hub.docker.com/repository/docker/robertdebock/opensuse/general)|all|
Expand Down
2 changes: 2 additions & 0 deletions meta/main.yml
Expand Up @@ -17,6 +17,7 @@ galaxy_info:
- name: EL
versions:
- "8"
- "9"
- name: Debian
versions:
- bullseye
Expand All @@ -33,5 +34,6 @@ galaxy_info:

galaxy_tags:
- collectd
- security

dependencies: []
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -3,16 +3,16 @@
#
[tox]
minversion = 4.2.4
envlist = py{310}-ansible{5,6,7}
envlist = py{310}-ansible{6,7,8}

skipsdist = true

[testenv]
deps =
-rrequirements.txt
ansible5: ansible == 5.*
ansible6: ansible == 6.*
ansible7: ansible == 7.*
ansible8: ansible == 8.*
commands = molecule test
setenv =
TOX_ENVNAME={envname}
Expand Down

0 comments on commit 60376a1

Please sign in to comment.