mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03:30
switch memcached from tcp to unix domain socket
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
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