as i mentioned above, modules execute on the 'target' host and cannot
access data on the 'master' themselves (the exception is when both
machines are the same, but it has no role/play context at this point).
you can either pass the data by using a lookup module that will read
the files and make the contents available to the module options ore
you need an action_plugin of the same name that can then act on the
'master'. This is how copy works, the action plugin copies the src
file to a temporary dir on the target and then runs the copy module
feeding it the src= as the temporary file it had copied.
> --
> 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-proje...@googlegroups.com.
> To post to this group, send email to
ansible...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/ansible-project/3d00e8fb-acce-49a4-85f9-abaaccc49963%40googlegroups.com.