On 02/19/2016 06:04 PM, Greg Gilbert wrote:
> Update: I think it has to do with the poll: 15 in the first task.
> Setting that to *0* seems to make it work. Why is the polling there
> causing an issue?
>
Because if you use poll > 0 then job finishes before the next task
starts so I guess `watch_docker` register doesn't contain
`ansible_job_id` property?
If you set it to 0, then job runs in background.