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

memcached PHP extension special name only for PHP 5.3

parent c53bdb8f
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
state='installed'
update_cache=yes
with_items:
- php{{ (php_version|default('5.5') != '7') | ternary('5','') }}-memcached
- php{{ (php_version|default('5.5') == '5.3') | ternary('5','') }}-memcached
- memcached
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