Error during install(develop) using beta installer

I’m getting this error in new install using beta installer - any ideas?

TASK [Install wkhtmltopdf deb] *************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: KeyError: ‘prepared’
fatal: [localhost]: FAILED! => {“changed”: false, “failed”: true, “module_stderr”: “Traceback (most recent call last):\n File "/tmp/ansible_SRUQpt/ansible_module_apt.py", line 842, in \n main()\n File "/tmp/ansible_SRUQpt/ansible_module_apt.py", line 798, in main\n force=force_yes, dpkg_options=p[‘dpkg_options’])\n File "/tmp/ansible_SRUQpt/ansible_module_apt.py", line 538, in install_deb\n diff["prepared"] += ‘\n\n’ + out\nKeyError: ‘prepared’\n”, “module_stdout”: “”, “msg”: “MODULE FAILURE”, “parsed”: false}
to retry, use: --limit @develop/install.retry

PLAY RECAP *********************************************************************
localhost : ok=11 changed=6 unreachable=0 failed=1

Traceback (most recent call last):
File “install.py”, line 250, in
install_bench(args)
File “install.py”, line 66, in install_bench
run_playbook(‘develop/install.yml’, sudo=True, user=args.user, extra_args=vars(args))
File “install.py”, line 205, in run_playbook
success = subprocess.check_call(args, cwd=os.path.join(tmp_bench_repo, ‘playbooks’))
File “/usr/lib/python2.7/subprocess.py”, line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘[‘ansible-playbook’, ‘-c’, ‘local’, ‘develop/install.yml’, ‘-e’, ‘@/home/ubuntu/extra_vars.json’, ‘–become’, ‘–become-user=ubuntu’]’ returned non-zero exit status 2

Same error here! Trying to install on a DigitalOcean droplet all morning, different methods, none working. The beta method fails like this in Ubuntu 14.04.