I have a recurring challenge in our deployment, whereby we have a list
structure that is defaulted to a single (dict) item.
The challenge is that I would like to extend that in a way so that
additional items use the keys of the first item as their default.
I have gotten this work as in the example playbook: