diff --git a/molecule/default/tests/test_redis.py b/molecule/default/tests/test_redis.py index 1903c6c..5353b9c 100644 --- a/molecule/default/tests/test_redis.py +++ b/molecule/default/tests/test_redis.py @@ -66,7 +66,7 @@ def get_vars(host): if distribution in ['debian', 'ubuntu']: os = "debian" - elif distribution in ['centos', 'redhat', 'ol']: + elif distribution in ['redhat', 'ol', 'centos', 'rocky', 'almalinux']: os = "redhat" elif distribution in ['arch']: os = "archlinux"