diff --git a/molecule/virtualbox_centos7/molecule.yml b/molecule/virtualbox_centos7/molecule.yml
index 29ff4cfde4ddb53a751939233403dea0a2e7520f..83d9a30bb499eca0189054d7d65e308090e4eec6 100644
--- a/molecule/virtualbox_centos7/molecule.yml
+++ b/molecule/virtualbox_centos7/molecule.yml
@@ -7,7 +7,7 @@ driver:
 lint: |
   set -e
   yamllint .
-  ansible-lint -x no-loop-var-prefix,command-instead-of-module
+  ansible-lint -x no-loop-var-prefix,command-instead-of-module,package-latest
 platforms:
   # Check out the documentation at
   # https://github.com/ansible-community/molecule-vagrant#documentation
diff --git a/molecule/virtualbox_rocky8/molecule.yml b/molecule/virtualbox_rocky8/molecule.yml
index c11da1b6715ff1c103525561a0b8c18c88f77f91..ca7f4479e7c2ed85af6f3d1229e997ea03948ea0 100644
--- a/molecule/virtualbox_rocky8/molecule.yml
+++ b/molecule/virtualbox_rocky8/molecule.yml
@@ -7,7 +7,7 @@ driver:
 lint: |
   set -e
   yamllint .
-  ansible-lint -x no-loop-var-prefix,command-instead-of-module
+  ansible-lint -x no-loop-var-prefix,command-instead-of-module,package-latest
 platforms:
   # Check out the documentation at
   # https://github.com/ansible-community/molecule-vagrant#documentation