My understanding is that ansible normally generates a file from a template once per host. Is it possible, when I know in advance that a file will be identical for all hosts in a group, to generate it only once?
Thanks,
tomr
My understanding is that ansible normally generates a file from a template once per host. Is it possible, when I know in advance that a file will be identical for all hosts in a group, to generate it only once?
Thanks,
tomr
You can do the following (use two tasks instead of one ‘template’):
kind regards
Pshem