We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cf0d5 commit 864aa5fCopy full SHA for 864aa5f
ansible_mitogen/runner.py
@@ -358,6 +358,9 @@ def get_temp_dir(self):
358
return path
359
360
if self._temp_dir is None:
361
+ # Ensure that the temp directory is 'good' before we try to use it
362
+ ansible_mitogen.target.is_good_temp_dir(self.good_temp_dir)
363
+
364
self._temp_dir = tempfile.mkdtemp(
365
prefix='ansible_mitogen_runner_',
366
dir=self.good_temp_dir,
0 commit comments