From 146cb3ff7e452fccc809ab6f99f905cf20b85358 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 1 Mar 2012 22:24:12 -0500 Subject: [PATCH] update README.md on playbook field names --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 63fe15b9dea..b120d82660e 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,8 @@ multi-machine applications. An example showing a small playbook: --- - - pattern: 'webservers*' + - hosts: 'web*.example.com' comment: webserver setup steps - hosts: '/etc/ansible/hosts' tasks: - name: configure template & module variables for future template calls action: setup http_port=80 max_clients=200