Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
fix redis test
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Feb 9, 2022
1 parent 769f92b commit a8b9737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/tests/test_redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a8b9737

Please sign in to comment.