diff --git a/roles/copr/backend/handlers/main.yml b/roles/copr/backend/handlers/main.yml index 1dd16fcf41..e08cdb1d66 100644 --- a/roles/copr/backend/handlers/main.yml +++ b/roles/copr/backend/handlers/main.yml @@ -13,3 +13,6 @@ - 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 91e848be51..d8e2718df3 100644 --- a/roles/copr/backend/tasks/resalloc.yml +++ b/roles/copr/backend/tasks/resalloc.yml @@ -134,6 +134,8 @@ with_items: - server.yaml - pools.yaml + notify: + - restart resalloc tags: - provision_config - resalloc_config