copr: restart resalloc when config change

This commit is contained in:
Miroslav Suchý 2023-11-03 13:22:39 +01:00
parent da12a4a4ac
commit b11b6ecc5a
2 changed files with 5 additions and 0 deletions

View file

@ -13,3 +13,6 @@
- name: restart node_exporter - name: restart node_exporter
action: service name=node_exporter state=restarted action: service name=node_exporter state=restarted
- name: restart resalloc
action: service name=resalloc state=restarted

View file

@ -134,6 +134,8 @@
with_items: with_items:
- server.yaml - server.yaml
- pools.yaml - pools.yaml
notify:
- restart resalloc
tags: tags:
- provision_config - provision_config
- resalloc_config - resalloc_config