I am trying to create an ansible inventory file like below
[prjoect]
node1
node2
[project2]
node3
node4
node5
[project3]
node6
node7
node8
I have the workflow and it is outputting as expected
I am trying to get this to output as it is seen here.
each entry on its own line, in a txt file.
I have tried outputting as a csv and flat file
but the formatting is a single line for EVERYTHING.
does anyone have any advice/ideas on how to output as needed?
Solved! Go to Solution.
that was it. I can't believe I didn't think of that.
Thanks!
User | Count |
---|---|
106 | |
85 | |
76 | |
54 | |
40 |