From 99f622fe36948fef9768f9e519f977f89388924d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Mon, 11 Sep 2023 13:13:32 +0200 Subject: [PATCH] disable Molecule testing for error-summary mailer; we don't want it to spew mails from the test VM if it happens to run longer than expected --- tasks/rosetta/install_error_summary.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/rosetta/install_error_summary.yml b/tasks/rosetta/install_error_summary.yml index f58ec56..5154fca 100644 --- a/tasks/rosetta/install_error_summary.yml +++ b/tasks/rosetta/install_error_summary.yml @@ -59,3 +59,4 @@ ansible.builtin.systemd: name: "error-summary.timer" state: started + tags: [molecule-notest] # disable Molecule testing; we don't want it to spew mails from the test VM if it happens to run longer than expected -- GitLab