9b18d2d28b
Change-Id: I83094d1fc98c79c74d6c9fdc68aa224ae4a6d672 Partially-Implements: blueprint replace-config-external
12 lines
305 B
YAML
12 lines
305 B
YAML
---
|
|
- name: Ensuring config directory exists
|
|
file:
|
|
path: "{{ node_config_directory }}/memcached/"
|
|
state: "directory"
|
|
recurse: "yes"
|
|
|
|
- name: Copying over memcached JSON configuration file
|
|
template:
|
|
src: "memcached.json.j2"
|
|
dest: "{{ node_config_directory }}/memcached/config.json"
|