concatenate within the , ?
{{ var1 ~ var2}}, {{var3}, {{var4}} ...
though i would just do it all in one go:
{{ ','|join([ var1 ~var2, var3, var4 ...]) }}
--
--
Brian Coca
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsub
Here is an example
http://www.uni-koeln.de/~pbogusze/posts/Ansible_export_facts_to_simple_csv_file.html
---
Lee
On Thu, Dec 29, 2022 at 12:08 PM kumare...@gmail.com
wrote:
> Hi All,
>
> We are registering output of some commands and need to store output in
> excel format.The challenge is to ap
Hi All,
We are registering output of some commands and need to store output in
excel format.The challenge is to append multiple values in excel cell.Could
someone help here?
Regards
Kumar
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To