Class: Proxy::AnsibleDirector::Actions::PushExecutionEnvironment

Inherits:
Dynflow::Action::Runner
  • Object
show all
Defined in:
lib/smart_proxy_ansible_director/actions/push_execution_environment.rb

Instance Method Summary collapse

Instance Method Details

#initiate_runnerObject



11
12
13
# File 'lib/smart_proxy_ansible_director/actions/push_execution_environment.rb', line 11

def initiate_runner
  ::Proxy::AnsibleDirector::Runners::PodmanPushRunner.new(input[:push_ee_input])
end

#plan(push_ee_input) ⇒ Object



7
8
9
# File 'lib/smart_proxy_ansible_director/actions/push_execution_environment.rb', line 7

def plan(push_ee_input)
  plan_self push_ee_input: push_ee_input
end