From 2e74e39de21d8e6d26e9a0dceda53d942a78e54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 3 Nov 2023 13:25:50 +0100 Subject: [PATCH] Revert "copr: restart resalloc when config change" This reverts commit b11b6ecc5a1aeb35edc7302c11c85f860e26f7c9. --- roles/copr/backend/handlers/main.yml | 3 --- roles/copr/backend/tasks/resalloc.yml | 2 -- 2 files changed, 5 deletions(-) diff --git a/roles/copr/backend/handlers/main.yml b/roles/copr/backend/handlers/main.yml index e08cdb1d66..1dd16fcf41 100644 --- a/roles/copr/backend/handlers/main.yml +++ b/roles/copr/backend/handlers/main.yml @@ -13,6 +13,3 @@ - name: restart node_exporter action: service name=node_exporter state=restarted - -- name: restart resalloc - action: service name=resalloc state=restarted diff --git a/roles/copr/backend/tasks/resalloc.yml b/roles/copr/backend/tasks/resalloc.yml index b58172c175..d1f82c4f3a 100644 --- a/roles/copr/backend/tasks/resalloc.yml +++ b/roles/copr/backend/tasks/resalloc.yml @@ -134,8 +134,6 @@ with_items: - server.yaml - pools.yaml - notify: - - restart resalloc tags: - provision_config - resalloc_config