mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Fixing typo for RECEPTOR_KEEP_WORK_ON_ERROR Co-authored-by: linuxonfire <jaimescampositzel@gmail.com>
This commit is contained in:
@@ -1024,7 +1024,7 @@ AWX_RUNNER_KEEPALIVE_SECONDS = 0
|
|||||||
|
|
||||||
# Delete completed work units in receptor
|
# Delete completed work units in receptor
|
||||||
RECEPTOR_RELEASE_WORK = True
|
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
|
# K8S only. Use receptor_log_level on AWX spec to set this properly
|
||||||
RECEPTOR_LOG_LEVEL = 'info'
|
RECEPTOR_LOG_LEVEL = 'info'
|
||||||
|
|||||||
Reference in New Issue
Block a user