Action plugins need to be in the action_plugins/ dir (can be either a 
subdir of the playbook_dir or of a role that you include), however, ansible 
won't recognize the plugin uless you also have a file of the same name in 
the library/ dir. All you **need** to do is 'touch' the library file, but 
you should at least use this to store the module documentation. Remember, 
though, that action_plugins are executed on ***localhost***, so 
action_plugin is often used for local preprocessing before calling the 
module to do the remote work.

All of that being said, why can't you just pass the module the args that 
you need?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/2a1ea06e-980f-4194-9dfb-f3640c80c467%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to