Combining action plugins and task modules #
Action plugins
can reference Ansible variables in the code and run on the Ansible controller;
Task modules
cannot reference Ansible variables and run on the remote host.
What do you do if you need to reference Ansible variables in your code and run on the remote host?
How, indeed, was the template
task implemented, as it can do both?
TODO
Finish combine-action-tasks