Jeff, 2 questions:
1.) Can you post your role declarations?, and 2.) when you say "ignore servers that have any of two conditions..." do you mean either condition or both conditions? i.e. restart ONLY for servers that don't have :condition_one OR :condition_two? Thanks, Justin On Feb 15, 2:34 pm, jemminger <[email protected]> wrote: > I'm trying to configure my deploy:restart to ignore servers that have > any of two conditions, so I've added ":except => [:condition_one => > true, :condition_two => true]". > > This does not seem to work though, as I keep getting the message: > > `deploy:restart' is only run for servers matching > {:roles=>:app, :except=>[{:condition_one=>true, :condition_two=>true}]}, > but no servers matched > > Is this possible and I'm just using the wrong syntax? > > Thanks, > Jeff -- * 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
