how to traverse through each line of a text file in ansible – Nginx
I have to traverse through package list file which contains list of packages with their architecture. How can I feed those input to my playbook file? I found a way to get the package names alone but architecture version is…