It works perfectly with a Jessie host.
Note that I am using vagrant 1.6.5 and ansible 1.7.2.
Some questions:
1/ > $ export SYNC_REPO=/home/katrina/kohaclone
Why this variable is not in the vars/user.yml file?
The process explodes if not defined:
TASK: [kohadevbox | Gitify the Koha instance] *********************************
failed: [jessie] => {"changed": true, "cmd": "./koha-gitify kohadev
/home/vagrant/kohaclone", "delta": "0:00:00.045243", "end":
"2015-09-23 09:12:58.035161", "rc": 2, "start": "2015-09-23
09:12:57.989918"}
stderr: ERROR: git checkout not found at (/home/vagrant/kohaclone)
2/ Can we imagine several instances running? How can we access them separately?
3/ Can we imagine a way to automatically insert a specific DB (from
the contrib/sandboxes repo for instance)?