Skip to content

Commit

Permalink
Removed RHEL support and added Bookworm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alecunsolo committed Jul 4, 2023
1 parent f0c5c33 commit 1df1f44
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

Ansible Role: localize
=========
## DISCLAIMER
After [this](https://www.redhat.com/en/blog/furthering-evolution-centos-stream) announcement I will not test on RHEL anymore.

---------
This role configure the system-wide locale

Requirements
Expand Down
3 changes: 0 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ galaxy_info:
- name: Debian
versions:
- all
- name: EL
versions:
- '8'

galaxy_tags:
- system
Expand Down
14 changes: 7 additions & 7 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ dependency:
driver:
name: podman
platforms:
- name: rhel
image: docker.io/almalinux/9-init:latest
- name: bookworm
image: ghcr.io/alecunsolo/bookworm-base-systemd:latest
pre_build_image: true
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true
command: /usr/sbin/init
- name: debian
image: ghcr.io/alecunsolo/debian-base-systemd:latest
command: /lib/systemd/systemd
- name: bullseye
image: ghcr.io/alecunsolo/bullseye-base-systemd:latest
pre_build_image: true
tmpfs:
- /run
Expand All @@ -24,8 +24,8 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true
command: /lib/systemd/systemd
- name: ubuntu
image: ghcr.io/alecunsolo/ubuntu-base-systemd:latest
- name: ubuntu2204
image: ghcr.io/alecunsolo/ubuntu2204-base-systemd:latest
pre_build_image: true
tmpfs:
- /run
Expand Down

0 comments on commit 1df1f44

Please sign in to comment.