Async jobs fail with "could not find job"

Hi guys,

I'm using 2.0.2.0, and this occurs with my playbook/role:

fatal: [test.vagrant]: FAILED! => {"ansible_job_id": "108438168033.26787", "changed": false, "failed": true, "finished": 1, "msg": "could not find job", "started": 1}

I'm trying to create a test role to replicate this, but has anyone seen anything similar ?

I have a short task running first (~10 minutes) with `poll: 0`, then a longer task (~2 hours) running with `poll: 30`, and after it's finished I try to print results of the first task but get error...

I’m trying to create a test role to replicate this, but has anyone seen
anything similar ?

Happens for me too, running ‘make reinstall’ with async: 3600 and poll: 10 and after 4 minutes it fails with:

FAILED! => {"ansible_job_id": "664102975902.6606", "changed": false, "failed": true, "finished": 1, "msg": "could not find job", "started": 1}