mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Fix for jobs failing to run.
This commit is contained in:
parent
dfb864981a
commit
259083c0e2
@ -93,7 +93,7 @@ class RunJob(Task):
|
||||
# do not want AWX to ask interactive questions and want it to be friendly with reprovisioning
|
||||
env['ANSIBLE_HOST_KEY_CHECKING'] = 'False'
|
||||
# RHEL has too old of an SSH so ansible will select paramiko and this is VERY slow
|
||||
env['ANSIBLE_PARAMIKO_RECORD_HOST_KEYS'] = False
|
||||
env['ANSIBLE_PARAMIKO_RECORD_HOST_KEYS'] = 'False'
|
||||
return env
|
||||
|
||||
def build_args(self, job, **kwargs):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user