Remove test from bottom of example that doesn't really make sense in the context of the example's use case.

This commit is contained in:
Michael DeHaan 2012-03-19 22:44:11 -04:00
parent 4de7bbb169
commit 64471db94a

View file

@ -45,7 +45,5 @@
action: $packager pkg=$apache state=latest action: $packager pkg=$apache state=latest
- name: ensure apache is running - name: ensure apache is running
action: service name=$apache state=running action: service name=$apache state=running
- name: template step
action: template src=/tmp/test.j2 dest=/tmp/test.out