Do you have a stacktrace for us to peruse? It could be related to https://github.com/fabric/fabric/issues/568
Which I'd peg it as, or some similar state change, because parallel doesn't allow for state changes between runs of the task as a side effect of the fact that they're all forks. -goose On Wed, May 2, 2012 at 3:17 PM, JA <[email protected]> wrote: > Hi Everyone; > > I am seeing odd behavior, running 1.4... > > When running sudo commands with a stored password on multiple hosts, > the job fails on the second host (and all subsequent hosts.) > However, if I run the using parallel processing, the problem goes away. > > Has anyone seen anything like this before? > > Thanks! > > _______________________________________________ > Fab-user mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/fab-user _______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
