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/83407/head
parent
bcc4718202
commit
68463c2e4d
@ -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