185d410316
This simplifies rendering the hostname (or hostname+delegated host) in the default callback module, and reduces code duplication I've chosen not move where in each handler the host label is rendered, in case subsequent operations has side effects. However I'm happy to change that if considered safe. I've chosen not to change the formatting operator used (%), to avoid changes in rendering that might result. Signed-off-by: Alex Willmer <alex@moreati.org.uk>
4 lines
173 B
YAML
4 lines
173 B
YAML
minor_changes:
|
|
- >-
|
|
`ansible.plugins.callback.CallbackBase.host_label()` has been factored out
|
|
as a static method (https://github.com/ansible/ansible/pull/73814).
|