misc cleanup in the runner module, splitting some things out into utils, breaking up functions into smaller functions.

This commit is contained in:
Michael DeHaan 2012-03-21 23:39:09 -04:00
parent fef73393f0
commit 6a7aac38c5
3 changed files with 259 additions and 337 deletions

View file

@ -295,7 +295,7 @@ class PlayBook(object):
remote_user=remote_user,
setup_cache=SETUP_CACHE,
basedir=self.basedir,
conditionally_execute_if=only_if
conditional=only_if
)
if async_seconds == 0: