lib/bolt/config/transport/remote.rb in bolt-2.8.0 vs lib/bolt/config/transport/remote.rb in bolt-2.9.0

- old
+ new

@@ -5,9 +5,11 @@ module Bolt class Config module Transport class Remote < Base + # NOTE: All transport configuration options should have a corresponding schema definition + # in schemas/bolt-transport-definitions.json OPTIONS = { "run-on" => { type: String, desc: "The proxy target that the task executes on." } }.freeze