Commit eefa76e1 by Arbab Nazar Committed by GitHub

Merge pull request #3208 from edx/arbab/memcache-rewrite

proper YAML syntax for ansible task
parents 6b8d7f26 09a5a979
# Installs memcached
- name: install memcached
apt: pkg=memcached state=present update_cache=yes
- name: Install memcached
apt:
name: memcached
state: present
update_cache: yes
tags:
- install
- install:memcache
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment