mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Disable retry files on ansible runs
This commit is contained in:
parent
59b4700e04
commit
6f84849f1a
@ -833,6 +833,7 @@ class RunJob(BaseTask):
|
||||
env['INVENTORY_ID'] = str(job.inventory.pk)
|
||||
if job.project:
|
||||
env['PROJECT_REVISION'] = job.project.scm_revision
|
||||
env['ANSIBLE_RETRY_FILES_ENABLED'] = "False"
|
||||
env['ANSIBLE_CALLBACK_PLUGINS'] = plugin_path
|
||||
env['ANSIBLE_STDOUT_CALLBACK'] = 'tower_display'
|
||||
env['REST_API_URL'] = settings.INTERNAL_API_URL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user