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

ansible-playbooks/general#85 Linting [skip-ci]

parent 1a0ace70
No related branches found
No related tags found
No related merge requests found
......@@ -9,14 +9,14 @@
- block:
- name: Install MemCache
apt:
pkg='{{ packages }}'
state='present'
update_cache=yes
vars:
packages:
- php{{ (php_version|default('5.5') == '5.3') | ternary('5','') }}-memcached
- memcached
- name: Install MemCache
apt:
pkg: '{{ packages }}'
state: present
update_cache: yes
vars:
packages:
- php{{ (php_version|default('5.5') == '5.3') | ternary('5','') }}-memcached
- memcached
when: not excluded_roles or "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