Before Ansible 2, one could run a background module like so:

            self.runner = ansible.runner.Runner(
                    module_name=self.module_name,
                    module_args=self.module_args,
                    pattern=self.pattern,
                    forks=self.forks,
                    sudo=True,
                    background=self.background)


How can I get the same background functionality in Ansible 2? I've looked 
at all of the possible Options params and can't seem to find it.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/4159d0b7-482b-4c98-8641-c9c0fb5a2f78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to