From 0fb3949d20e0b57d66f7a8fc47f2255344fc71e9 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Wed, 6 Sep 2023 23:15:55 +0100
Subject: [PATCH] fix molecule vars

---
 .gitlab-ci.yml                |  2 +-
 molecule/default/converge.yml | 36 +++++------------------------------
 2 files changed, 6 insertions(+), 32 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 852af74..24465bc 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 e76ddc8..596957c 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
 ...
-- 
GitLab