Thanks, Brian. So right now I'm essentially following this guide: http://docs.ansible.com/ansible/developing_api.html
Since we have all of our configuration options being passed in as variables, I essentially do `variable_manager.extra_args = our_extra_args` ... since I have that, I'm not sure why I need to create an Options tuple and pass it into the TaskQueueManager? Then it seems like I would need to do, for example: options.connect = out_extra_args['ansible_connection']? I feel like I'm missing something here. Fran On Mon, Jun 13, 2016 at 1:04 PM Brian Coca <[email protected]> wrote: > They are complementary, the Options tuple is simulating 'command line > options', which still get overridden by connection variables. > > > ---------- > Brian Coca > -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
