Hello all!

I'm writing a number of Powershell Ansible modules and facing an issue.
Say you have a module A and a module B and some functions defined in 
include.ps1.
I would like module A and B to include include.ps1.

My understanding is Ansible will transfer only module A. Which means a 
regular include will fail because include.ps1 won't be on the remote.
Is it possible to make Ansible to include "include.ps1" in the module A *before 
*transfering it to the remote?

Would be super convenient. At the moment I have to copy/paste include.ps1 
in module A, B and so on.
As you can imagine this leads to a number of problems :-)

Thanks!

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c1dcf4f9-8f25-4492-95cc-2d33b585e48f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to