parent
ac71caa0ac
commit
462471209e
1 changed files with 1 additions and 1 deletions
|
@ -1030,7 +1030,7 @@ class Runner(object):
|
|||
|
||||
cond = template.template(self.basedir, until, inject, expand_lists=False)
|
||||
if not utils.check_conditional(cond, self.basedir, inject, fail_on_undefined=self.error_on_undefined_vars):
|
||||
retries = self.module_vars.get('retries')
|
||||
retries = template.template(self.basedir, self.module_vars.get('retries'), inject, expand_lists=False)
|
||||
delay = self.module_vars.get('delay')
|
||||
for x in range(1, int(retries) + 1):
|
||||
# template the delay, cast to float and sleep
|
||||
|
|
Loading…
Reference in a new issue