forked from ISTI-ansible-roles/ansible-roles
library/roles/ckan/ckan/tasks/ckan-memcache.yml: Remove the sessions subdirectory only.
This commit is contained in:
parent
98ed47284a
commit
bbf118b836
|
@ -21,7 +21,7 @@
|
||||||
tags: [ 'ckan', 'ckan_ini', 'ckan_plugins', 'ckan_sessions', 'ckan_memcache' ]
|
tags: [ 'ckan', 'ckan_ini', 'ckan_plugins', 'ckan_sessions', 'ckan_memcache' ]
|
||||||
|
|
||||||
- name: Remove the CKAN session files
|
- name: Remove the CKAN session files
|
||||||
file: dest=/tmp/{{ ckan_site_id }} state=absent
|
file: dest=/tmp/{{ ckan_site_id }}/sessions state=absent
|
||||||
|
|
||||||
become: False
|
become: False
|
||||||
when: ckan_memcache_sessions is defined and ckan_memcache_sessions
|
when: ckan_memcache_sessions is defined and ckan_memcache_sessions
|
||||||
|
|
Loading…
Reference in New Issue