1. 23 Aug, 2013 4 commits
  2. 22 Aug, 2013 27 commits
  3. 21 Aug, 2013 8 commits
  4. 20 Aug, 2013 1 commit
    • Introduce the 'always_run' task clause. · f0743fc3
      The 'always_run' task clause allows one to execute a task even in
      check mode.
      
      While here implement Runner.noop_on_check() to check if a runner
      really should execute its task, with respect to check mode option
      and 'always_run' clause.
      
      Also add the optional 'jinja2' argument to check_conditional() :
      it allows to give this function a jinja2 expression without exposing
      the 'jinja2_compare' implementation mechanism.
      Stoned Elipot committed