Donovan, the problem is as such I believe:

task :a, :roles => [:alpha, :beta] do
  b
end

task :b, :roles => [:charlie] do
  # When A calls me, should I run against
  # [:alpha, :beta] or [:charlie]
end

Roger, did I understand you correctly?

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to