From da2fafcf80038327ef0eef9b29ef35c8ce2d03e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Thu, 21 Dec 2023 15:23:47 +0100 Subject: [PATCH] test: skip deployment of server certificates on Molecule test environment --- tasks/configure_apache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure_apache.yml b/tasks/configure_apache.yml index e5b73ba..8a9aeb2 100644 --- a/tasks/configure_apache.yml +++ b/tasks/configure_apache.yml @@ -103,6 +103,6 @@ loop: - "server.key" - "server.pem" - #- "usr/local/share/ca-certificates/GEANT.crt" notify: - restart apache + tags: [molecule-notest] -- GitLab