Class: SmartProxySaltCore::SaltTaskLauncher::SaltRunnerAction
- Inherits:
-
ForemanTasksCore::Runner::Action
- Object
- ForemanTasksCore::Runner::Action
- SmartProxySaltCore::SaltTaskLauncher::SaltRunnerAction
- Defined in:
- lib/smart_proxy_salt_core/salt_task_launcher.rb
Instance Method Summary collapse
Instance Method Details
#initiate_runner ⇒ Object
4 5 6 7 8 9 10 11 12 13 |
# File 'lib/smart_proxy_salt_core/salt_task_launcher.rb', line 4 def initiate_runner = { :step_id => run_step_id, :uuid => execution_plan_id } ::SmartProxySaltCore::SaltRunner.new( input.merge(), :suspended_action => suspended_action ) end |