Update API docs for runner
This commit is contained in:
parent
d079c8e5f3
commit
0095336a4e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ that had communication problems. The format of the return, if successful,
|
|||
is entirely up to the module.
|
||||
|
||||
import ansible
|
||||
runner = ansible.Runner(
|
||||
runner = ansible.runner.Runner(
|
||||
pattern='*',
|
||||
module_name='inventory',
|
||||
module_args='...'
|
||||
|
|
Loading…
Reference in a new issue