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/lib/ansible/plugins
Alex Willmer 185d410316
Factor out host_label() in default stdout callback plugin (#73814)
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>
5 years ago
..
action uri - fix traceback on multipart-form int value (#74302) 5 years ago
become fix su localization optoin 5 years ago
cache Remove deprecated cache interfaces (#74198) 5 years ago
callback Factor out host_label() in default stdout callback plugin (#73814) 5 years ago
cliconf Migrated to vyos.vyos 6 years ago
connection remove deprecated connection password functions (#74155) 5 years ago
doc_fragments constructed - Add keyed_groups suboptions 'default_value' and 'trailing_separator' (#74005) 5 years ago
filter removed unused imports (#74299) 5 years ago
httpapi Update documentation of httpapi's handle_httperror method for clarity (#70991) 5 years ago
inventory constructed - Add keyed_groups suboptions 'default_value' and 'trailing_separator' (#74005) 5 years ago
lookup Ini fixes (#74285) 5 years ago
netconf Fix netconf validate capability check (#71195) 5 years ago
shell Fix various sanity errors in plugins (#71736) 5 years ago
strategy Prevent ansible_failed_task from further templating (#74290) 5 years ago
terminal Document existing ansi_re sequences and add `ESC[m` (#70683) 5 years ago
test Add semver support to the jinja2 version test (#71600) 5 years ago
vars Fix various sanity errors in plugins (#71736) 5 years ago
__init__.py All lookups ported to config system (#74108) 5 years ago
loader.py Fix a bug adding unrelated candidates to the plugin loader redirect_list (#73863) 5 years ago