From 64471db94aa2ce3ed737f4a8a665e510cb9ff26b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 19 Mar 2012 22:44:11 -0400 Subject: [PATCH] Remove test from bottom of example that doesn't really make sense in the context of the example's use case. --- examples/playbooks/playbook3.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/playbooks/playbook3.yml b/examples/playbooks/playbook3.yml index 41c69171095..a07bb7cecc6 100644 --- a/examples/playbooks/playbook3.yml +++ b/examples/playbooks/playbook3.yml @@ -45,7 +45,5 @@ action: $packager pkg=$apache state=latest - name: ensure apache is running action: service name=$apache state=running - - name: template step - action: template src=/tmp/test.j2 dest=/tmp/test.out