diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 852af74c846c9c2081be8db7b1a27db37228a655..24465bc0e25c19f8350d497d54c68cb7c3cb52f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ variables:
   ANSIBLE_FORCE_COLOR: "1"
   ANSIBLE_REMOTE_TMP: "/tmp"
   ANSIBLE_SHELL_ALLOW_WORLD_READABLE_TEMP: "1"
-  MOLECULE_VERBOSITY: "3"
+  MOLECULE_VERBOSITY: "0"
   PY_COLORS: "1"
 before_script:
   - whoami
diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml
index e76ddc8fe89262c0fd4244a0b859db753f02786d..596957c1d6607076494057af798e327d3352d110 100644
--- a/molecule/default/converge.yml
+++ b/molecule/default/converge.yml
@@ -72,35 +72,9 @@
         apache_conf_disabled:
           - le
         apache_conf_enabled:
-          - access_compat
-          - alias
-          - auth_basic
-          - authn_core
-          - authn_file
-          - authz_core
-          - authz_host
-          - authz_user
-          - autoindex
-          - deflate
-          - dir
-          - env
-          - expires
-          - filter
-          - headers
-          - http2
-          - include
-          - mime
-          - mpm_event
-          - negotiation
-          - proxy
-          - proxy_fcgi
-          - proxy_http2
-          - proxy_http
-          - proxy_wstunnel
-          - reqtimeout
-          - remoteip
-          - rewrite
-          - setenvif
-          - socache_shmcb
-          - status
+          - charset
+          - localized-error-pages
+          - other-vhosts-access-log
+          - security
+          - version-control
 ...