Class: ForemanAnsibleCore::TaskLauncher::Playbook
- Inherits:
-
ForemanTasksCore::TaskLauncher::Batch
- Object
- ForemanTasksCore::TaskLauncher::Batch
- ForemanAnsibleCore::TaskLauncher::Playbook
- Defined in:
- lib/foreman_ansible_core/task_launcher/playbook.rb
Defined Under Namespace
Classes: PlaybookRunnerAction
Instance Method Summary collapse
Instance Method Details
#child_launcher(parent) ⇒ Object
17 18 19 20 |
# 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 |