You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a proposal which will help add Rocky/Alma support for all system roles - linux-system-roles/.github#74 - which would allow to replace these conditionals like this:
# Fedora and RHEL8+
- (ansible_distribution == "Fedora" or(ansible_distribution in __lsr_redhat_clones andansible_distribution_version is version('8', '>=')))
When we do this, would you be willing to submit a PR for this role to implement it?
There are some conditonals that filter out Rocky distributions. Here and here for example.
Adding
Rocky
to these conditionals would suffice.The text was updated successfully, but these errors were encountered: