class Proxy::Ansible::TaskLauncher::Playbook
Public Instance Methods
child_launcher(parent)
click to toggle source
# File lib/smart_proxy_ansible/task_launcher/playbook.rb, line 19 def child_launcher(parent) ::Proxy::Dynflow::TaskLauncher::Single.new(world, callback, :parent => parent, :action_class_override => PlaybookRunnerAction) end