Hi,


In my roles I use the following Handler definition:


- name: restart prometheus
  include: "roles/common/tasks/restart-service.yml service_name=prometheus"



This works fine in 2.7.10.


After updating to 2.8.0 I got the following error:

> ERROR! The requested handler 'restart prometheus' was not found in either 
> the main handlers list nor in the listening handlers list


I have tried several variants:
- name: restart prometheus
  import_tasks: roles/common/tasks/restart-service.yml 
  vars: 
    service_name: prometheus



Same Problem.


If I use a simple debug statement it works:
- name: restart prometheus
  debug:
    msg: System {{ inventory_hostname }} has uuid {{ ansible_product_uuid }}


I realize that you should avoid dependencies between roles but repeating a 
block of code over and over doesn't seem to be a good solution either.


Any idea?


Regards Philipp

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/4eb2e371-d949-4ca4-a292-20faa1634803%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to