Removed memcached log directory task

The memcached play has a log directory task that will cause an issue
with permissions with a container where memcached is installed. To
solve this issue the log directory permissions change task needs to
be removed

Change-Id: I7daa76e601a1bf430765866c1e4c0b8f9638aa73
Closes-Bug: 1459039
This commit is contained in:
kevin 2015-05-26 15:50:08 -07:00
parent a2a4bb6e3b
commit ca9cbb8f8f

View File

@ -22,14 +22,3 @@
createhome: "no" createhome: "no"
tags: tags:
- memcached-user - memcached-user
- name: Ensure memcached directories
file:
path: "{{ item }}"
state: "directory"
owner: "root"
group: "root"
with_items:
- "{{ memcached_log | dirname }}"
tags:
- memcached-dirs