From 09214198d6937b8f7576f880eabbb496c8e9f5af Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 22 Jan 2017 17:34:01 -0800 Subject: [PATCH] upate main.yml --- ch13/ansible/main.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/ch13/ansible/main.yml b/ch13/ansible/main.yml index 198f400..08a2a87 100644 --- a/ch13/ansible/main.yml +++ b/ch13/ansible/main.yml @@ -1,9 +1,5 @@ -# This should be your Ansible playbooks to provision your containers. -# An inventory will be automatically created using the names of the services -# from your container.yml file. -# Add any roles or other modules you'll need to this directory too. -# For many examples of roles, check out Ansible Galaxy: https://galaxy.ansible.com/ -# --- -- hosts: all - gather_facts: false \ No newline at end of file +- hosts: memcached + gather_facts: false + roles: + - memcached -- 2.44.0