From 1ece2e650066bc085505d80c8b4b6bdd04224b60 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 31 Jul 2020 08:19:31 +0200 Subject: [PATCH] ODCS: Comment out fmc role for now until we find out in which repository the 'fmc' package exists. --- playbooks/groups/odcs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/odcs.yml b/playbooks/groups/odcs.yml index 4cd16feae6..fde77d83e4 100644 --- a/playbooks/groups/odcs.yml +++ b/playbooks/groups/odcs.yml @@ -156,8 +156,10 @@ thresholds: warning: 100 critical: 1000 - - role: fmc - host: "odcs-backend-releng01.iad2.fedoraproject.org" +# Disable the "fmc" role for now, because there is no "fmc" RPM available yet, +# or I do not know where to find it... +# - role: fmc +# host: "odcs-backend-releng01.iad2.fedoraproject.org" handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml"