Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CentOS 9 support in metadata.json #893

Merged
merged 1 commit into from Nov 3, 2023
Merged

Fix CentOS 9 support in metadata.json #893

merged 1 commit into from Nov 3, 2023

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Nov 3, 2023

No description provided.

@evgeni evgeni merged commit 2919a24 into master Nov 3, 2023
10 checks passed
@evgeni evgeni deleted the evgeni-patch-1 branch November 3, 2023 10:54
from_version = '7.6.0'
from_version =
if fact('os.family') == 'RedHat' && fact('os.release.major') == '9'
'7.13.0'
Copy link
Member

Choose a reason for hiding this comment

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

Doesn't this mean 7.13.0 to 7.13.0, making it a noop? I guess this is a bit of an exception because there is no older release, but should we then skip the whole test instead at line 3?

@ekohl ekohl mentioned this pull request Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants