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
There was a bug with role chaining that should be addressed in v1.8.0.pre2, but I suspect this issue is deeper than that. I don't think the variables are being isolated into the roles they are defined with. I expect for now you would need to run each role individually:
cap integration telegraph deploy:restart cap integration apiserver deploy:restart
If I define two roles:
And then have two tasks defined:
When I call
Only the apiserver variables get set in both the telegraph task and the apiserver task so both tasks end up calling the command
The text was updated successfully, but these errors were encountered: