mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Update API docs for runner
This commit is contained in:
@@ -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='...'
|
||||||
|
|||||||
Reference in New Issue
Block a user