mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Don't include the '.yml' in the path to the retry files.
This commit is contained in:
@@ -431,6 +431,7 @@ class PlayBook(object):
|
||||
buf.write("%s\n" % x)
|
||||
basedir = self.inventory.basedir()
|
||||
filename = "%s.retry" % os.path.basename(self.filename)
|
||||
filename = filename.replace(".yml","")
|
||||
|
||||
if not os.path.exists('/var/tmp/ansible'):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user