capistrano-rbenv
capistrano-rbenv copied to clipboard
capistrano-rbenv runs command on each server irrespective of hosts/roles filters
My configuration has more then 200 servers. I run deploy on with role/hosts filters. But rbenv is trying to connect on each server. If a role is filtered out rbenv should not try to connect a server at all.
it is running "/usr/bin/env [ ! -d /home/.rbenv/versions/2.0.0-p247 ] " on each server.
https://github.com/capistrano/capistrano/issues/795 https://github.com/forward3d/cap-ec2/issues/14