is there a way to define a range of data?

Hi Ansible experts,

Is there a way to simplify writing the following (vlan):

Hi Lou,

You should be able to resolve the respective use case using Ansible loop param(https://docs.ansible.com/ansible/latest/user_guide/playbooks_loops.html).

Plz ref: https://docs.ansible.com/ansible/latest/user_guide/playbooks_loops.html#with-sequence as it talks about how you can imitate range functionality.

Regards,
Sumit Jaiswal (he/him)
Github/IRC: justjais

Cool. Just what I needed. Thanks Sumit!