Skip to content

Commit

Permalink
Try Fedora Rawhide.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Sep 19, 2024
1 parent 8da8ed9 commit f37a624
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
tag: "39"
- image: "fedora"
tag: "latest"
- image: "fedora"
tag: "rawhide"
- image: "ubuntu"
tag: "latest"
- image: "ubuntu"
Expand Down Expand Up @@ -90,6 +92,8 @@ jobs:
tag: "39"
- image: "fedora"
tag: "latest"
- image: "fedora"
tag: "rawhide"
- image: "ubuntu"
tag: "latest"
- image: "ubuntu"
Expand Down
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ molecule:
- image: "fedora"
tag: "latest"
python: ['python:3.9', 'python:3.10']
- image: "fedora"
tag: "rawhide"
python: ['python:3.9', 'python:3.10']
- image: "ubuntu"
tag: "latest"
python: ['python:3.9', 'python:3.10']
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|[Amazon](https://hub.docker.com/r/robertdebock/amazonlinux)|Candidate|
|[EL](https://hub.docker.com/r/robertdebock/enterpriselinux)|9|
|[Debian](https://hub.docker.com/r/robertdebock/debian)|all|
|[Fedora](https://hub.docker.com/r/robertdebock/fedora)|39, 40|
|[Fedora](https://hub.docker.com/r/robertdebock/fedora)|all|
|[Ubuntu](https://hub.docker.com/r/robertdebock/ubuntu)|all|

The minimum version of Ansible required is 2.12, tests have been done to:
Expand Down
3 changes: 1 addition & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ galaxy_info:
- all
- name: Fedora
versions:
- "39"
- "40"
- all
- name: Ubuntu
versions:
- all
Expand Down
16 changes: 8 additions & 8 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ _core_dependencies_specific_packages:
- python3-apt
- subversion
- xz-utils
Fedora-41:
- dnf
- iproute
- python3-libdnf5
- python3-libselinux
- python3-libsemanage
- shadow-utils
- xz
# Fedora-41:
# - dnf
# - iproute
# - python3-libdnf5
# - python3-libselinux
# - python3-libsemanage
# - shadow-utils
# - xz
RedHat-7:
- iproute
- libselinux-python
Expand Down

0 comments on commit f37a624

Please sign in to comment.