Update defaults.py receptor typo (#15682)

Update defaults.py

fixing typo for  RECEPTOR_KEEP_WORK_ON_ERROR
This commit is contained in:
linuxonfire 2024-12-04 18:11:58 +01:00 committed by GitHub
parent 055d853c54
commit 698a8aeb62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -870,7 +870,7 @@ AWX_RUNNER_KEEPALIVE_SECONDS = 0
# Delete completed work units in receptor
RECEPTOR_RELEASE_WORK = True
RECPETOR_KEEP_WORK_ON_ERROR = False
RECEPTOR_KEEP_WORK_ON_ERROR = False
# K8S only. Use receptor_log_level on AWX spec to set this properly
RECEPTOR_LOG_LEVEL = 'info'