mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
Fix an issue where we ignored the secret key during install
This commit is contained in:
@@ -40,7 +40,6 @@ RUN yum -y install epel-release && \
|
||||
|
||||
RUN mkdir -p /var/log/tower
|
||||
RUN mkdir -p /etc/tower
|
||||
RUN echo "awxsecret" > /etc/tower/SECRET_KEY
|
||||
COPY {{ awx_sdist_file }} /tmp/{{ awx_sdist_file }}
|
||||
RUN OFFICIAL=yes pip install /tmp/{{ awx_sdist_file }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user