Hi,
Today i'm writting a play and i want to do a specific loop but i dont know to do it, here is the explanation:
I've created a survey on Tower that is defining the
{{ tma_name }} var, this var should have one, or multiple entries like
the default answer

After this i've created this play:
- name: Creating User Roles groups (1)
win_domain_group:
name: GRP-{{ quadri_name }}-{{ tma_name }}-GLS
organizational_unit: "{{ user_roles_ou }}"
domain_server: "{{ hds_entity }}"
scope: domainlocal
state: absentThe thing i want to do is if there is multiple data in the
{{ tma_name }} var, it will replay the module with all
{{ tma_name }} vars like a simple
[with_items: - this - is - an - example]I don't know the way of to do this, (maybe my survey type is bad?)
Thank you
Best Regards
Julien.