proper YAML syntax for ansible task

parent 8e202d61
# Installs memcached # Installs memcached
- name: install memcached - name: Install memcached
apt: pkg=memcached state=present update_cache=yes apt:
name: memcached
state: present
update_cache: yes
tags: tags:
- install - install
- install:memcache - 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