Dict subelements containing arrays

Hello all,

I am trying to build a play that allows for variable subelement selection, and subsequent iteration over array contained therein. The following test playbook hopefully illustrates the situation:

Ultimately, using alternate notation solves this:

  • debug: var=“{{item}}”
    with_items: “{{foo[select]}}”