update periodic isolated cleanup to match the new paths post-runner

This commit is contained in:
Ryan Petrello
2019-04-04 17:10:35 -04:00
parent 4f8b197b55
commit 79d580d5b9
3 changed files with 5 additions and 5 deletions

View File

@@ -340,7 +340,7 @@ class IsolatedManager(object):
:param instance: a `model.Job` instance
:param private_data_dir: an absolute path on the local file system
where job-specific data should be written
(i.e., `/tmp/ansible_awx_xyz/`)
(i.e., `/tmp/awx_N_xyz/`)
:param playbook: the playbook to run
:param module: the module to run
:param module_args: the module args to use