Releases: usegalaxy-eu/ansible-collection-handy
Releases · usegalaxy-eu/ansible-collection-handy
3.2.0
What's Changed
- add btop and tree by @mira-miracoli in #24
- fix docker system prune by @gsaudade99 in #26
- Bump version from 3.1.1 to 3.2.0 by @mira-miracoli in #27
New Contributors
- @gsaudade99 made their first contribution in #26
Full Changelog: 3.1.1...3.2.0
ansible-collection-handy v3.1.1
- Use Bash in all
ansible.builtin.shelltasks to fix the error/bin/sh: 1: set: Illegal option -o pipefailon some systems. (#21)
ansible-collection-handy v3.1.0
- Enhance tasks from remap_user.yml. Instead of checking only for the existence of the
galaxyuser and group, they will now go over all users and groups defined inhandy_usersandhandy_groupsand remap any existing users or groups with conflicting UIDs or GIDs. (#18)
ansible-collection-handy v3.0.2
- Fix remapping user 999 and group 999 for EL 8. The user remap tasks worked with CentOS 8, but not with other RHEL derivatives such as Rocky Linux 8. (#16)
Fixed RHEL 8
Fixed the package dejavu-fonts-all that is not available for RHEL 8 distros
ansible-collection-handy v3.0.0
What's Changed
- Update collection version and create user task by @sanjaysrikakulam in #13
Full Changelog: 2.2.1...3.0.0
Remove atop
Is is not used by EU admins and fills up our root disks with log files, so the easiest way to get this issue under control is removing it from the installed packages.
Fixed font installation on Rocky 9
Now using mkfontscale because the big xorg-x11-font-utils package was now deaggregated. It should do the job.
Rock 9 needs the devel repo enabled for dejavu-fonts-all which should replace dejavu-fonts-common
Rocky 9 support
- user/group remapping without hardcoded names
- disabled cgroups installation for rocky 9, because cgroupsv2 are default now
- use package
apptainerinstead of singularity for Rocky 9
Add make to utils
Make is now in the software group utils.