Fix an issue where we ignored the secret key during install

This commit is contained in:
Matthew Jones
2017-09-18 15:11:04 -04:00
parent 87b58e6bc2
commit f5ccb51ef2
4 changed files with 6 additions and 4 deletions

View File

@@ -212,3 +212,4 @@
RABBITMQ_VHOST: "awx"
MEMCACHED_HOST: "memcached"
MEMCACHED_PORT: "11211"
SECRET_KEY: "{{ awx_secret_key }}"