mirror of https://github.com/ansible/ansible.git
Fix module_defaults templating for gather_facts, service, and package actions (#85857)
* Ensure action plugins template module arguments from module_defaults as necessarypull/86321/head
parent
3661f34811
commit
f2357cdc53
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- package, service, gather_facts - fix templating module_defaults for modules executed by these action plugins. (https://github.com/ansible/ansible/issues/85848)
|
||||
Loading…
Reference in New Issue