You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/handlers/roles
Sloane Hertel b639bd1fd4
Allow "role_name : " prefix for notifying handler listen topics (#82854)
* Allow role name prefix for handler task listen topics

For example,

- name: handler name
  debug:
  listen: topic1

can be notified using `topic1`, `role : topic1` if the handler is in a
standalone or collection role, and `ns.col.role: topic1` if the role is
in a collection, the same way handler names work.

changelog

* fix changelog and tests
7 months ago
..
import_template_handler_names/tasks
include_role_include_tasks_handler Allow for searching handler subdir for included task via include_role (#81733) 1 year ago
r1-dep_chain-vars include_role: expose vars from parent roles to role's handlers (#81524) 1 year ago
r2-dep_chain-vars include_role: expose vars from parent roles to role's handlers (#81524) 1 year ago
role-82241 Allow include_tasks handlers for searching role subdirs (#82248) 11 months ago
template_handler_names
test_force_handlers
test_handlers
test_handlers_include
test_handlers_include_role
test_handlers_listen Allow "role_name : " prefix for notifying handler listen topics (#82854) 7 months ago
test_handlers_meta
test_listen_role_dedup_global/handlers
test_listen_role_dedup_role1
test_listen_role_dedup_role2
test_role_handlers_include_tasks
test_templating_in_handlers
two_tasks_files_role