Implement basic `sh' task action feature:
* Executes a command on the remote host; * Forwards remote standard output.
This commit is contained in:
@@ -10,6 +10,8 @@ module Producer
|
||||
end
|
||||
end
|
||||
|
||||
define_action :sh, Actions::ShellCommand
|
||||
|
||||
attr_accessor :actions
|
||||
|
||||
def initialize(&block)
|
||||
|
Reference in New Issue
Block a user