You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
When you use the template module, where does it do all the jinjaness
(variable expansion, loop, etc): in the host you are running ansible
from (server?) or the one you are applying it to (client)?
Vladimir Botka
unread,
Oct 15, 2021, 8:54:47 AM10/15/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mauricio Tavares, ansible...@googlegroups.com
The *template* is completed at the controller. In fact, the modules
*stat* and *file* are used behind the scene to write the file at the
client.
Short answer would be: Is Jinja package needed at the client?