mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
standardize tasks.py temporary file paths under a single parameter
see: #3472
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
- name: create a proot/bwrap temp dir (if necessary)
|
||||
synchronize:
|
||||
src: "{{proot_temp_dir}}"
|
||||
dest: "/tmp"
|
||||
dest: "{{dest}}"
|
||||
when: proot_temp_dir is defined
|
||||
|
||||
- name: synchronize job environment with isolated host
|
||||
|
||||
Reference in New Issue
Block a user