Pavel Sadikov
Pavel Sadikov
Nice! @tomstuart thoughts? Great article btw!
Restarting twice fixed it for me (and launching it from the smart hub, not the "recent apps" shortcut)
Having this issue too, not sure what's wrong
It might need to be `. script.sh` vs `source script.sh` wherever that occurs. The latter isn't supported by `sh`.
These are valid issues, I would be happy to add a wiki
It is looking for `fabric_bolt-0.1-py2.7.egg/fabric_bolt/core/templates/task_runners/deployment_detail_basic.html` rather than `fabric_bolt-0.1-py2.7.egg/fabric_bolt/task_runners/templates/task_runners/deployment_detail_basic.html` I can jump on this one
I have put in work previously to do this via [fabric roles](http://docs.fabfile.org/en/1.11/api/core/decorators.html#fabric.decorators.roles), but the changes I added were nuked :(
I'll put up a PR
All issues resolved by manually installing `ansible==1.8.4`
I downgraded to `ansible==1.9.4` and the problem went away - perhaps a version specifier needs to be added? 2.x probably has breaking changes.