mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Merge pull request #10225 from AlanCoding/deletions
Remove code and settings no longer used Connect #8740 Reviewed-by: Jake McDermott <yo@jakemcdermott.me> Reviewed-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
@@ -14,8 +14,6 @@ STATIC_ROOT = '/var/lib/awx/public/static'
|
||||
|
||||
PROJECTS_ROOT = '/var/lib/awx/projects'
|
||||
|
||||
AWX_ANSIBLE_COLLECTIONS_PATHS = '/var/lib/awx/vendor/awx_ansible_collections'
|
||||
|
||||
JOBOUTPUT_ROOT = '/var/lib/awx/job_status'
|
||||
|
||||
SECRET_KEY = get_secret()
|
||||
|
||||
@@ -24,7 +24,6 @@ RUN dnf -y update && \
|
||||
gcc-c++ \
|
||||
git-core \
|
||||
glibc-langpack-en \
|
||||
libcurl-devel \
|
||||
libffi-devel \
|
||||
libtool-ltdl-devel \
|
||||
make \
|
||||
|
||||
Reference in New Issue
Block a user