mirror of https://github.com/ansible/ansible.git
Fix task.resolved_action callbacks (#82003)
* Fix task.resolved_action for callbacks when playbooks use action or local_action * Fix using module_defaults with 'action' and 'local_action' task FA and add a test case Fixes #81905pull/83332/head
parent
46168c8cc2
commit
f2435375a8
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- Fix the task attribute ``resolved_action`` to show the FQCN instead of ``None`` when ``action`` or ``local_action`` is used in the playbook.
|
||||
- Fix using ``module_defaults`` with ``local_action``/``action`` (https://github.com/ansible/ansible/issues/81905).
|
Loading…
Reference in New Issue