Table of Contents
Ansible - Action Plugin Module Type
About
An Action Plugin is a
type of module
that:
set up some values on the controller, (ie create a start state)
then invoke an other
module
on the managed node that does something with these values.
Example
Ansible - Template module