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...