diff --git a/playbooks/kayobe-overcloud-host-configure-base/tests/test_overcloud_host_configure.py b/playbooks/kayobe-overcloud-host-configure-base/tests/test_overcloud_host_configure.py
index 128d907d5dc6273165c31f4c7e3ff9a90d071060..14084ccf73739b288eed6e2d69c0f995e9d90b54 100644
--- a/playbooks/kayobe-overcloud-host-configure-base/tests/test_overcloud_host_configure.py
+++ b/playbooks/kayobe-overcloud-host-configure-base/tests/test_overcloud_host_configure.py
@@ -12,7 +12,7 @@ import pytest
 
 def _is_dnf():
     info = distro.linux_distribution()
-    return info[0].startswith('CentOS') and info[1].startswith('8')
+    return info[0].startswith('CentOS')
 
 
 def test_network_ethernet(host):