--- - name: Mount target filesystems ansible.builtin.include_tasks: iscsi_mount.yml loop: "{{ t.mounts | default([]) }}" loop_control: loop_var: m label: "{{ m.path | default('') }}" vars: iscsi_target: "{{ t }}"