proper YAML syntax for ansible task

parent 8e202d61
# 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