Skip to content
Snippets Groups Projects
Commit 74a5a254 authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix

parent 149ff17f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
# file: roles/memcache/tasks/main.yml
- name: "Install MemCache"
apt:
pkg='{{item}}'
state='installed'
update_cache=yes
with_items:
- php5-memcached
- memcached
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment