mirror of https://github.com/ansible/ansible.git
BUGFIX - --start-at-task= works only with --step
From issue #2820, --start-at-task does not actually run tasks unless --step is specified. This appears to be because skip_task is being evaluated as True in PlayBook._run_task(). This patch ensures skip_task is set to False in the callback.pull/2841/head
parent
29d1b08db4
commit
2440861b1b
Loading…
Reference in New Issue