Skip to content

Add support for Ubuntu 24.04 and improve distribution validation message - #89

Open
nuz014 wants to merge 1 commit into
galaxyproject:mainfrom
usegalaxy-no:main
Open

nuz014 wants to merge 1 commit into
galaxyproject:mainfrom
usegalaxy-no:main

Conversation

@nuz014

@nuz014 nuz014 commented Jun 25, 2026

Copy link
Copy Markdown
  • Add Ubuntu 26.04 LTS ("Resolute Raccoon", codename resolute) to the
    supported platforms in meta/main.yml.
  • Fix the distribution-validation assert in tasks/init_debian.yml so it
    reliably recognises Ubuntu LTS releases.

Comment thread tasks/init_debian.yml
- name: Ensure distribution is LTS or cvmfs_apt_distribution is set
assert:
that: >-
(ansible_distribution == 'Ubuntu' and 'LTS' in (ansible_lsb.distribution | default(''))) or

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ansible_lsb.distribution on resolute appears to be "Ubuntu 26.04 LTS" so I think the previous check should work? Unless you don't have lsb-release installed, but even the Docker images (which are about as stripped as they come) do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants