Loop over debian files in a directory and install sequentially using ansible
I am having around 250 Debian files in a directory /home/emgda/del/ which periodically changes and must be installed by everyday end. So I am trying to write an Ansible script to loop this directory, hold file names in an array…