mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
7 lines
228 B
YAML
7 lines
228 B
YAML
# Restart handler for our fedora-messaging consumer
|
|
---
|
|
- name: Conditionally restart check-compose consumer service
|
|
command: /usr/local/bin/conditional-restart.sh fm-consumer@check-compose
|
|
listen:
|
|
- restart check-compose
|