class ForemanAnsibleCore::TaskLauncher::Playbook
Public Instance Methods
child_launcher(parent)
click to toggle source
# File lib/foreman_ansible_core/task_launcher/playbook.rb, line 17 def child_launcher(parent) ForemanTasksCore::TaskLauncher::Single.new(world, callback, :parent => parent, :action_class_override => PlaybookRunnerAction) end