Skip to content

Commit

Permalink
Merge pull request #5 from alecunsolo/develop
Browse files Browse the repository at this point in the history
Removed RHEL support and added Bookworm tests
  • Loading branch information
alecunsolo authored Jul 4, 2023
2 parents 2586462 + 1df1f44 commit 264237f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ repos:
args:
- --fix=auto
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.30.0
rev: v1.32.0
hooks:
- id: yamllint
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.14.6
rev: v6.17.2
hooks:
- id: ansible-lint
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 264237f

Please sign in to comment.