Hi everyone,
I am creating a Multi VM Blueprint and I have a post-creation task. This task should be executed once per deployment, but since it is a post-VM-creation task, it is executed n times for n deployed machines from the blueprint.
Do you have any ideas how to make the the task execute only once after the deployment of the application, and not multiple times for every VM?
Thanks in advance!