first, you should be able to just write the var into a facts file on
the target machine and fact gathering shoudl automatically pick it up
(
http://docs.ansible.com/ansible/setup_module.html read fact_path).
as for the action plugin, each plugin type has it's own directory
name, you cannot mix plugin types in the same directory, for action
plugins the directory is 'action_plugins'
--
Brian Coca