From c839229f54ab17df059eef3044d4ff593993a87a Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 3 Mar 2012 14:20:58 -0500 Subject: [PATCH] Fix code formatting in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb47acfb70..a6410300ab 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ Long running operations can be backgrounded, and their status can be checked on job ID is given to the same task on all hosts, so you won't lose track. Polling support is pending in the command line. - > ansible all -B 3600 -a "/usr/bin/long_running_operation --do-stuff" - > ansible all -n job_status -a jid=123456789 + > ansible all -B 3600 -a "/usr/bin/long_running_operation --do-stuff" + > ansible all -n job_status -a jid=123456789 Any module other than 'copy' or 'template' can be backgrounded.