mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 18:50:04 -03:30
remove memcache from everywhere and add djagno-redis to cover it
This commit is contained in:
@@ -10,12 +10,6 @@
|
||||
state: directory
|
||||
mode: 0777
|
||||
|
||||
- name: Create Memcached socket directory
|
||||
file:
|
||||
path: "{{ docker_compose_dir }}/memcached_socket"
|
||||
state: directory
|
||||
mode: 0777
|
||||
|
||||
- name: Create Docker Compose Configuration
|
||||
template:
|
||||
src: "{{ item }}.j2"
|
||||
|
||||
Reference in New Issue
Block a user