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
James Cammarata 660f1726c8
Register handlers immediately if currently iterating handlers (#80898)
This fixes the issue where handlers notifying other handlers are
not properly run because the notification is not registered unless
another flush_handlers occurs. Instead, if the current host state
is iterating handlers we immediately register the handler to be
run so the notification is not lost.

Fixes #80880
1 year ago
..
action Don't mutate templar.environment, only overlay on local myenv (#81005) 1 year ago
become Use ansible.module_utils.common.text.converters (#80704) 1 year ago
cache Use ansible.module_utils.common.text.converters (#80704) 1 year ago
callback Use ansible.module_utils.common.text.converters (#80704) 1 year ago
cliconf Use ansible.module_utils.common.text.converters (#80704) 1 year ago
connection Make sure that values that should be strings are actually strings. (#81029) 1 year ago
doc_fragments Remove deprecated default.fact_caching_prefix ini config option (#80441) 1 year ago
filter Update split.yml (#80915) 1 year ago
httpapi Update documentation of httpapi's handle_httperror method for clarity (#70991) 4 years ago
inventory Use ansible.module_utils.common.text.converters (#80704) 1 year ago
lookup Don't mutate templar.environment, only overlay on local myenv (#81005) 1 year ago
netconf Use ansible.module_utils.common.text.converters (#80704) 1 year ago
shell Sanity Fixes: (#80953) 1 year ago
strategy Register handlers immediately if currently iterating handlers (#80898) 1 year ago
terminal Use ansible.module_utils.common.text.converters (#80704) 1 year ago
test Sanity Fixes: (#80953) 1 year ago
vars Use ansible.module_utils.common.text.converters (#80704) 1 year ago
__init__.py config lookup, new option to show origin of value (#80651) 1 year ago
list.py Use ansible.module_utils.common.text.converters (#80704) 1 year ago
loader.py Use ansible.module_utils.common.text.converters (#80704) 1 year ago