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 an example.
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 an example.