From 0095336a4e7228c9971bdadedf17eefd06ba5002 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 23 Feb 2012 23:29:34 -0500 Subject: [PATCH] Update API docs for runner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b6e919e23b..11309e3cf8e 100644 --- a/README.md +++ b/README.md @@ -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='...'