How do I use Ansible loop for generalizing things in a role

Hello,

I’m creating a Ansible role to place a set of scripts to managed hosts so that they can start by cron in a defined schedule. Since it is a set of scripts, I want to generalize the play execution sequence to use a loop. This will be before loop:

Loop over a list of dicts.