mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
check-compose: REALLY fix the Python module name...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -8,7 +8,7 @@ amqp_url = "{{ checkcompose_amqp_url }}"
|
||||
{% if checkcompose_amqp_passive|bool %}
|
||||
passive_declares = true
|
||||
{% endif %}
|
||||
callback = "check_compose:CheckComposeConsumer"
|
||||
callback = "checkcomp_consumer:CheckComposeConsumer"
|
||||
|
||||
[tls]
|
||||
ca_cert = "{{ checkcompose_amqp_cacert }}"
|
||||
|
||||
Reference in New Issue
Block a user