mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user