--- - name: Loop over subelements of the dictionary shell: cmd: "rclone -vv sync {{ item.1 }} secret:{{ item.1 }}" when: item.0.key == inventory_hostname loop: "{{ backblaze_paths | dict2items | subelements('value') }}"