Closed
Description
Invoke version 0.12.2, Ubuntu Wily (15.10 I believe) 64 bits.
The method used:
@task
def enter():
run("vagrant ssh -- -X -t 'cd /vagrant/; /bin/bash'")
The command run: inv enter
The command itself runs normally and does what is expected of it. When used through invoke it just hangs (no output). Other invoke'd commands work fine.
If you need more info just point me to where it is.