In the recently merged PR #911, a helper method isNotRhelHost was introduced to determine whether a host uses RHEL as an operating system.
The regex that function uses is too restrictive in it's current form, as it does not recognize short-hands such as RHEL.
In the recently merged PR #911, a helper method
isNotRhelHost
was introduced to determine whether a host uses RHEL as an operating system. The regex that function uses is too restrictive in it's current form, as it does not recognize short-hands such as RHEL.