I am redirecting debug messages output to a ‘’ Txt" file using jinja2 templating alignment( by replacing extra strings ). Basically I want to send that file contents to email but output is not looking decent.
Is there any way to include python script in ansible playbook for string alignments. Suggestions please.
I am using jinja2 expressions to iterate a 40 lines list. Basically my objective is, how do I iterate first 10 lines In first column and there after another 10 lines in second column?
I am using jinja2 expressions to iterate a 40 lines list. Basically my objective is, how do I iterate first 10 lines In
first column and there after another 10 lines in second column?
Thanks,
Gopal
Do you mind to share your playbook / tasks and a sample for the list?