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

Also install memcached for PHP7

parent be00e72a
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,7 @@
state='installed'
update_cache=yes
with_items:
- php5-memcached
- php{{ (php_version|default('5.5') != '7') | ternary('5','') }}-memcached
- memcached
when: php_version|default('5.5') != '7'
when: '"memcache" not in excluded_roles'
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