var loaded from yaml file, and working with resulting data structure

Hi all,

I am working on an idea for an Ansible role that installs CUDA, where I want to have a var consisting of a list of items with multiple key/value pairs (some values being lists of items.) So I came up with this YAML data structure, in a file I named cuda_versions.yml:

`

Instead of making cuda_versions a list, make is a dict.

Sometimes it’s the little things… thanks!