[ansible-project] Re: The async task did not return valid JSON: Extra data ...

2015-12-16 Thread Nuriel Shem-Tov
I just noticed that this works on ansible 1.9.4 (ubuntu), but not on: git source ansible ansible 2.1.0 (devel fcc9258b74) last updated 2015/12/16 10:47:18 (GMT +000) On Friday, December 11, 2015 at 3:10:19 PM UTC+1, Nuriel Shem-Tov wrote: > > Hi! > > I am running the follow

[ansible-project] The async task did not return valid JSON: Extra data ...

2015-12-11 Thread Nuriel Shem-Tov
Hi! I am running the following playbook: --- - hosts: all remote_user: root tasks: - name: simulate long running op (15 sec), wait for up to 45 sec, poll every 5 sec command: /bin/sleep 15 async: 45 poll: 5 And it fails: FAILED! => {"changed": false, "failed": true,