mirror of https://github.com/ansible/ansible.git
* 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 #81905
(cherry picked from commit f2435375a8
)
pull/83398/head
parent
122d11491f
commit
76c7dfd968
@ -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