mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Use randomized file names for injector credential files
This commit is contained in:
@@ -718,8 +718,8 @@ class CredentialType(CommonModelNameNotUnique):
|
||||
os.chmod(path, stat.S_IRUSR)
|
||||
return path
|
||||
|
||||
path = build_extra_vars_file(extra_vars, private_data_dir)
|
||||
if extra_vars:
|
||||
path = build_extra_vars_file(extra_vars, private_data_dir)
|
||||
args.extend(['-e', '@%s' % path])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user