Commit 0095336a by Michael DeHaan

Update API docs for runner

parent d079c8e5
...@@ -82,7 +82,7 @@ that had communication problems. The format of the return, if successful, ...@@ -82,7 +82,7 @@ that had communication problems. The format of the return, if successful,
is entirely up to the module. is entirely up to the module.
import ansible import ansible
runner = ansible.Runner( runner = ansible.runner.Runner(
pattern='*', pattern='*',
module_name='inventory', module_name='inventory',
module_args='...' module_args='...'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment