diff --git a/molecule/rocky8/tests/test_default.py b/molecule/rocky8/tests/test_default.py index f475691..77b4415 100644 --- a/molecule/rocky8/tests/test_default.py +++ b/molecule/rocky8/tests/test_default.py @@ -9,5 +9,5 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner( def test_selinux_setup(host): assert host.command.check_output("/usr/sbin/getenforce") == "Enforcing" - assert host.package("libselinux-python").is_installed + assert host.package("python3-libselinux").is_installed assert host.package("policycoreutils-python-utils").is_installed