mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Replaces many references to command: with ansible.builtin.command Signed-off-by: Ryan Lerch <rlerch@redhat.com>
7 lines
244 B
YAML
7 lines
244 B
YAML
# Restart handler for our fedora-messaging consumer
|
|
---
|
|
- name: Conditionally restart check-compose consumer service
|
|
ansible.builtin.command: /usr/local/bin/conditional-restart.sh fm-consumer@check-compose
|
|
listen:
|
|
- restart check-compose
|