diff --git a/awx/settings/defaults.py b/awx/settings/defaults.py index a2a1fc7e4c..0ea3dd6746 100644 --- a/awx/settings/defaults.py +++ b/awx/settings/defaults.py @@ -619,9 +619,6 @@ AWX_PROOT_HIDE_PATHS = [] # Note: This setting may be overridden by database settings. AWX_PROOT_SHOW_PATHS = [] -# Number of jobs to show as part of the job template history -AWX_JOB_TEMPLATE_HISTORY = 10 - # The directory in which Tower will create new temporary directories for job # execution and isolation (such as credential files and custom # inventory scripts).