Code: https://gist.github.com/3209014 Ruby: ruby 1.9.1p129 (2009-05-12 revision 23412) [i686-linux] Capistrano: Capistrano v2.9.0 Issue: Role options only appear if servers are defined
Options declared within the roles configuration are not inherited by servers unless one or more servers are defined within the role. The documentation states that zero or more servers can be declared. In the example above, I created a role without a server (test1) and a role with a server (test2) along with similar tasks (date1, date2). The first task does not have any options while the second does. Reference: https://github.com/capistrano/capistrano/wiki/2.x-DSL-Configuration-Roles-Role -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
