Ubuntu – Passing a dictionary in Azure DevOps pipeline templates
In an Azure DevOps pipeline template I need to pass variables as a dictionary to another template which will use an ansible task to process all keys in the dictionary. The type: object seems appropriate, but I'm looking for a…