Debug workflow: Enable a facts cache to use --start-at-task?

Hi,

sometime to debug Ansible Playbook I use:

`
$ ansible-playbook site.yml --start-at-task=“My task”

`

but I have one issue: sometime this task need facts/variables defined before this task.

Question: it’s possible to enable Ansible variable/facts cache?

Best regards,
Stéphane

Same problem here: http://stackoverflow.com/questions/29900096/how-to-continue-execution-on-failed-task-after-fixing-error-in-playbook#comment68219144_29911607