Hi there,
I’d like to be able to start 3 services that I am deploying by iterating over one generic template that I have for them.
Is it possible to pass variables through to the template task using with_items and a dictionary of variables? I had hoped that I’d be able to use something like this (simplified example) here: https://gist.github.com/danrough/7661172.
Ideas?
Dan.