Re: [ansible-project] Need help in appending multiple values in excel cell - ansible

2023-01-05 Thread Brian Coca
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

Re: [ansible-project] Need help in appending multiple values in excel cell - ansible

2023-01-03 Thread Lee Thomas Stephen
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

[ansible-project] Need help in appending multiple values in excel cell - ansible

2022-12-28 Thread kumare...@gmail.com
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