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
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
..
integration Allow "role_name : " prefix for notifying handler listen topics (#82854) 7 months ago
lib/ansible_test Update sanity requirements (#82296) 7 months ago
sanity Bump bundled distro version to 1.8.0 (#81765) 7 months ago
support remove repetitive words (#82799) 7 months ago
units Fix condition for unquoting configuration strings from ini files (#82388) 7 months ago