mirror of https://github.com/ansible/ansible.git
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.
* 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 |
2 years ago | |
|---|---|---|
| .. | ||
| import_template_handler_names/tasks | 4 years ago | |
| include_role_include_tasks_handler | 2 years ago | |
| r1-dep_chain-vars | 2 years ago | |
| r2-dep_chain-vars | 2 years ago | |
| role-82241 | 2 years ago | |
| template_handler_names | 4 years ago | |
| test_force_handlers | ||
| test_handlers | ||
| test_handlers_include | 5 years ago | |
| test_handlers_include_role | ||
| test_handlers_listen | 2 years ago | |
| test_handlers_meta | ||
| test_listen_role_dedup_global/handlers | 2 years ago | |
| test_listen_role_dedup_role1 | 2 years ago | |
| test_listen_role_dedup_role2 | 2 years ago | |
| test_role_handlers_include_tasks | 5 years ago | |
| test_templating_in_handlers | 6 years ago | |
| two_tasks_files_role | 3 years ago | |