mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Ignore .retry files for project updates
This commit is contained in:
parent
7a11d85b72
commit
bc4174adf8
@ -1160,6 +1160,7 @@ class RunProjectUpdate(BaseTask):
|
||||
'''
|
||||
env = super(RunProjectUpdate, self).build_env(project_update, **kwargs)
|
||||
env = self.add_ansible_venv(env)
|
||||
env['ANSIBLE_RETRY_FILES_ENABLED'] = str(False)
|
||||
env['ANSIBLE_ASK_PASS'] = str(False)
|
||||
env['ANSIBLE_ASK_SUDO_PASS'] = str(False)
|
||||
env['DISPLAY'] = '' # Prevent stupid password popup when running tests.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user