Fix memcached configuration in local Docker installs

Related: https://github.com/ansible/awx/issues/3719
Signed-off-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
Shane McDonald
2019-04-16 12:51:28 -04:00
parent a5d31e56d6
commit 3bfb54d2fd
4 changed files with 21 additions and 15 deletions

View File

@@ -20,10 +20,12 @@
content: "{{ secret_key }}"
dest: "{{ docker_compose_dir }}/SECRET_KEY"
mode: 0600
register: awx_secret_key
- name: Start the containers
docker_service:
project_src: "{{ docker_compose_dir }}"
restarted: "{{ awx_compose_config is changed or awx_secret_key is changed }}"
register: awx_compose_start
- name: Update CA trust in awx_web container