# File lib/r10k/task_runner.rb, line 68
  def exit_value
    @succeeded ? 0 : 1
  end