mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
misc cleanup in the runner module, splitting some things out into utils, breaking up functions into smaller functions.
This commit is contained in:
parent
fef73393f0
commit
6a7aac38c5
3 changed files with 259 additions and 337 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue