--
You received this message because you are subscribed to the Google Groups "Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capistrano+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/347097f7-6cc8-48b3-ab9f-2750caf1504c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
task :test_task do
on roles :all do |host|
my_user = host.user
end
end
task :test_task_all_users do
users_array = roles(:all).map(&:user)
end