lib/plan_executor/orch_client.rb in bolt-1.32.0 vs lib/plan_executor/orch_client.rb in bolt-1.33.0
- old
+ new
@@ -59,10 +59,10 @@
end
response.body
end
def send_request(targets, task, arguments, options = {})
- description = options['_description']
+ description = options[:description]
body = { task: task.name,
environment: @environment,
noop: arguments['_noop'],
params: arguments.reject { |k, _| k.start_with?('_') },
scope: {