You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using for loops to deploy things for a list of tenants, but for some reason the deferred command is missing any vars interpolated into the vars of the deferred task.
We are using for loops to deploy things for a list of tenants, but for some reason the deferred command is missing any vars interpolated into the vars of the deferred task.
Example…
Results in …
You'll see from this example that the regular commands display the names, but the deferred ones do not.
If you interpolate into a direct command, rather than a task this works fine…
Resulting in…
The text was updated successfully, but these errors were encountered: